In travis, use xplicit python:3.5

This commit is contained in:
2016-01-14 03:37:02 +05:30
parent 3437e7592b
commit 7e4f75d1f8
+7 -7
View File
@@ -6,18 +6,18 @@ addons:
packages: packages:
- redis-server - redis-server
# matrix: matrix:
# # major versions, test first # include py35
# include: include:
# - env: TOXENV=py35 - env: TOXENV=py35
# python: "3.5" python: "3.5"
env: env:
- TOXENV=py27 - TOXENV=py27
- TOXENV=py35 - TOXENV=py34
# - TOXENV=py35
# other versions # other versions
- TOXENV=py26 - TOXENV=py26
- TOXENV=py33 - TOXENV=py33
- TOXENV=py34
- TOXENV=pypy - TOXENV=pypy
# not included, for incompatibility # not included, for incompatibility
# - "2.5" # tarvis errs # - "2.5" # tarvis errs