Test all known python versions in travais
This commit is contained in:
parent
c6443af29a
commit
ee98159586
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue