Add support for latest Python releases

refactor
johnthagen 2019-11-24 17:07:48 -05:00 zatwierdzone przez GitHub
rodzic 2601ae8eab
commit 2cfe657000
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -1,10 +1,13 @@
dist: precise dist: xenial
language: python language: python
python: python:
- "2.7" - "2.7"
- "3.3" - "3.3"
- "3.4" - "3.4"
- "3.5" - "3.5"
- "3.6"
- "3.7"
- "3.8"
# command to install dependencies # command to install dependencies
install: install: