Test all known python versions in travais

This commit is contained in:
mathieui 2017-12-27 15:20:54 +01:00
parent dd33ce58dc
commit fd330114ac
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -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