Merge pull request #133 from jodal/nightly-build

Nightly build
pull/8/head
Nicolas 2018-05-26 10:05:32 +02:00 zatwierdzone przez GitHub
commit 2261ab66f7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 9 dodań i 3 usunięć

Wyświetl plik

@ -1,13 +1,19 @@
dist: trusty
sudo: false
language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "nightly"
matrix:
allow_failures:
- python: "nightly"
install:
- pip install tox-travis
- pip install coveralls
- pip install coveralls tox-travis
script:
- tox
after_success: coveralls
after_success:
- coveralls