Skip to content

Commit

Permalink
fix Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
florentx committed Nov 21, 2018
1 parent 4439cbb commit 7c75d77
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7
- 3.7-dev
- 3.8-dev
- pypy
- pypy3.5
install:
- pip list
script:
- python setup.py test
matrix:
allow_failures:
- python: pypy
- python: 3.8-dev pypy pypy3.5
sudo: false

0 comments on commit 7c75d77

Please sign in to comment.