Add Python 3.5 test in Tox and Travis

Signed-off-by: Stephen L. <lrq3000@gmail.com>
This commit is contained in:
Stephen L 2016-01-01 09:29:10 +01:00
parent 638eefec35
commit f5674576f2
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
sudo: false
language: python
python: 3.4
python: 3.5
branches: # remove travis double-check on pull requests in main repo
only:
- master
@ -11,6 +11,7 @@ env:
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
- TOXENV=pypy
- TOXENV=pypy3
- TOXENV=flake8

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py26, py27, py32, py33, py34, pypy, pypy3, flake8, setup.py, perf
envlist = py26, py27, py32, py33, py34, py35, pypy, pypy3, flake8, setup.py, perf
[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH