Skip to content

Commit

Permalink
Run Python 3.7 in allow_failures mode pending
Browse files Browse the repository at this point in the history
rkern#153 or similar is __required__ to be compatible with Python 3.7.
  • Loading branch information
cclauss authored Jul 12, 2019
1 parent 5a4b3e0 commit 01386a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ matrix:
allow_failures:
- python: "nightly"
- python: "3.8-dev"
- python: "3.7"
install:
- pip install --install-option='--no-cython-compile' Cython
- pip install -r dev_requirements.txt
Expand Down

0 comments on commit 01386a9

Please sign in to comment.