Merge pull request #105 from johnthagen/patch-1
Add support for latest Python releases
This commit is contained in:
commit
1efc9035ae
1 changed files with 4 additions and 2 deletions
|
|
@ -1,10 +1,12 @@
|
|||
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