Travis Python 3.5 configuration includes older Python versions.

This commit is contained in:
Graham Dumpleton
2016-12-18 16:38:15 +11:00
parent 29968e74d4
commit e717f1df1a

View File

@@ -1,9 +1,5 @@
language: python language: python
python: python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5" - "3.5"
env: env:
global: global:
@@ -12,7 +8,6 @@ env:
install: install:
- pip install tox coveralls - pip install tox coveralls
script: script:
# travis lacks python3.5
- tox --skip-missing-interpreters - tox --skip-missing-interpreters
after_script: after_script:
- coverage combine - coverage combine