Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
Enable allow_failures for the -dev and nightly Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainDe committed Mar 10, 2017
1 parent 28f0dc2 commit 2ecc35a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ python:
- "3.4" - "3.4"
- "3.3" - "3.3"
- "2.7" - "2.7"
matrix:
fast_finish: true
allow_failures:
- python: "nightly"
- python: "3.7-dev"
- python: "3.6-dev"
install: install:
- pip install --install-option='--no-cython-compile' Cython - pip install --install-option='--no-cython-compile' Cython
- pip install -r dev_requirements.txt - pip install -r dev_requirements.txt
Expand Down

0 comments on commit 2ecc35a

Please sign in to comment.