different python versions added to build
This commit is contained in:
parent
fc679a052c
commit
80c1e0aa23
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue