Skip to content

Commit

Permalink
ci: upgrade .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nil0x42 committed Apr 10, 2019
1 parent e0b818d commit 275efcc
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,29 @@
os: linux
dist: xenial

language:
- python
language: python

python:
- "3.5"
- "3.4"
- "pypy3.5"
- "3.5-dev"
- "3.6"
- "3.7"
- "3.5-dev"
- "3.6-dev"
- "3.7-dev"
- "3.8-dev"

env:
- COVERAGE=True

matrix:
fast_finish: true
allow_failures:
- python: "3.5-dev"
- python: "3.6-dev"
- python: "3.7-dev"
- python: "3.8-dev"

# install dependencies
install:
- pip install coverage codecov
Expand Down

0 comments on commit 275efcc

Please # to comment.