Test all known python versions in travais
This commit is contained in:
parent
dd33ce58dc
commit
fd330114ac
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7-dev"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- python setup.py build_ext --inplace
|
||||
|
|
Loading…
Reference in a new issue