.travis requires tests under all python versions declared by setup.py

This commit is contained in:
Jan Vlcinsky
2018-04-13 23:41:10 +02:00
parent 61b2b68bd5
commit 4d90d6d418
+3
View File
@@ -1,7 +1,10 @@
sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "3.6"
install: pip install tox-travis
script: tox