Skip to content

Commit

Permalink
Allow failures for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
tammoippen committed Feb 1, 2018
1 parent 364292e commit e16ae19
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ python:
- "2.7"
- "3.5"
- "3.6"
- "nightly"
- "pypy2.7-5.8.0"
- "pypy3.5-5.8.0"
- "nightly"

matrix:
fast_finish: true
allow_failures:
- python: nightly

addons:
apt:
Expand Down

0 comments on commit e16ae19

Please sign in to comment.