Enumerate what versions of Python should be available under Travis.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
language: python
|
||||
python: 2.7
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
env:
|
||||
global:
|
||||
- COVERAGE_CMD="coverage run -m"
|
||||
|
||||
Reference in New Issue
Block a user