Update Travis CI configuration

Run tests on supported python versions (non-EOL).
This commit is contained in:
Gilles Dartiguelongue
2018-03-20 15:08:09 +01:00
parent 2223e8c765
commit c088aa566d
+3 -1
View File
@@ -1,7 +1,9 @@
language: python
python:
- 2.6
- 2.7
- 3.4
- 3.5
- 3.6
script: make test
install:
- pip install nose