different python versions added to build

This commit is contained in:
Jonas Depoix 2019-03-14 17:15:05 +01:00
parent fc679a052c
commit 80c1e0aa23
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,14 @@
language: python
python:
- "2.7"
- "3.0"
- "3.1"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install:
- pip install -r requirements.txt
script: