.travis.yml: add Python 3.6; remove Jython

This commit is contained in:
Cosimo Lupo 2016-12-25 18:07:35 +00:00
parent e90f9b7d58
commit 6125d0190d
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419

View File

@ -6,14 +6,14 @@ matrix:
include: include:
- python: 2.7 - python: 2.7
env: TOXENV=py27 env: TOXENV=py27
- python: 2.7
env: TOXENV=jython
- python: 3.4 - python: 3.4
env: TOXENV=py34 env: TOXENV=py34
- python: 3.5 - python: 3.5
env: env:
- TOXENV=py35 - TOXENV=py35
- BUILD_DIST=true - BUILD_DIST=true
- python: 3.6
env: TOXENV=py36
- python: pypy - python: pypy
env: TOXENV=pypy env: TOXENV=pypy
- language: generic - language: generic