Skip to content

Commit

Permalink
Add testing for Python 3.8 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mcepl committed Apr 27, 2020
1 parent c164e56 commit 978a55f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "pypy3"
matrix:
allow_failures:
Expand All @@ -16,4 +17,4 @@ install:
- pip install pytest
notifications:
irc: "chat.freenode.net#rope"
script: pytest -v -k 'not (test_hint_parametrized_iterable or test_hint_parametrized_iterator)'
script: pytest -v

0 comments on commit 978a55f

Please sign in to comment.