Add support for latest Python releases
This commit is contained in:
parent
2601ae8eab
commit
2cfe657000
1 changed files with 4 additions and 1 deletions
|
|
@ -1,10 +1,13 @@
|
|||
dist: precise
|
||||
dist: xenial
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
|
||||
# command to install dependencies
|
||||
install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue