Use dist: xenial and python: 3.7 on Travis (#447)

pull/368/head^2
Simon Willison 2019-05-03 14:16:52 -04:00 zatwierdzone przez GitHub
rodzic 01b3de5b66
commit 553314dcd6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1,9 +1,10 @@
language: python
dist: xenial
# 3.6 is listed first so it gets used for the later build stages
python:
- "3.6"
- "3.7-dev"
- "3.7"
- "3.5"
# Executed for 3.5 AND 3.5 as the first "test" stage: