Skip to content

Commit

Permalink
Add python3.9dev tests
Browse files Browse the repository at this point in the history
  • Loading branch information
belerico committed Apr 16, 2020
1 parent 804296c commit 8f1e98d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ jobs:
python: "3.8"
script:
- tox
- language: python
python: "nightly"
script:
- python setup.py develop
- coverage run
- coverage report --fail-under 80 -m
allow_failures:
- language: python
python: "nightly"
script:
- coverage run
- coverage report --fail-under 80 -m
after_success:
- coveralls

0 comments on commit 8f1e98d

Please sign in to comment.