mirror of
https://github.com/kennethreitz/env.git
synced 2026-06-05 23:10:16 +00:00
Update Travis CI configuration
Run tests on supported python versions (non-EOL).
This commit is contained in:
+3
-1
@@ -1,7 +1,9 @@
|
||||
language: python
|
||||
python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
script: make test
|
||||
install:
|
||||
- pip install nose
|
||||
|
||||
Reference in New Issue
Block a user