Also test on Python 3.6
This commit is contained in:
17
.travis.yml
17
.travis.yml
@@ -1,15 +1,18 @@
|
||||
language: python
|
||||
|
||||
# Python 3.5 specified to make tox environment 'py35' work.
|
||||
# Python versions specified to make tox environment 'py35' and 'py36' work.
|
||||
# See: https://github.com/travis-ci/travis-ci/issues/4794
|
||||
python:
|
||||
- 3.5
|
||||
|
||||
# Environment changes have to be manually synced with 'tox.ini'.
|
||||
# See: https://github.com/travis-ci/travis-ci/issues/3024
|
||||
env:
|
||||
- TOXENV=py27
|
||||
- TOXENV=py35
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- python: '2.7'
|
||||
env: TOXENV=py27
|
||||
- python: '3.5'
|
||||
env: TOXENV=py35
|
||||
- python: '3.6'
|
||||
env: TOXENV=py36
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user