Test all known python versions in travais

This commit is contained in:
Emmanuel Gil Peyrot 2017-12-27 15:49:52 +01:00
parent c6443af29a
commit ee98159586

View file

@ -1,10 +1,9 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
install:
- "pip install ."
script: testall.py