Skip to content

Commit

Permalink
Test dependencies break for python 3.4 but should still work
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Bloemberg committed Jan 25, 2020
1 parent 4c2b879 commit 36df8c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ python:
- 3.8
- 2.7
- pypy3
install: pip install tox-travis python-coveralls codeclimate-test-reporter
# python-coveralls 5.0 no longer supports python34
install: pip install tox-travis codeclimate-test-reporter
script: tox
matrix:
allow_failures:
- python: 2.7
- python: 3.4
- python: pypy3
include:
- python: 3.7
Expand Down

0 comments on commit 36df8c9

Please sign in to comment.