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
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
env:
global:
@@ -12,7 +8,6 @@ env:
install:
- pip install tox coveralls
script:
# travis lacks python3.5
- tox --skip-missing-interpreters
after_script:
- coverage combine