Run Travis CI against Python 3.7 as well

simonw-aiohttp-bump
Simon Willison 2018-07-12 10:36:00 -07:00 zatwierdzone przez GitHub
rodzic aec3ae5323
commit 130dc8823e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

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