Travis Python 3.5 configuration includes older Python versions.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user