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