Skip to content

Commit

Permalink
Travis CI: Remove allow_failures on Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jul 24, 2019
1 parent 1757170 commit 35e18a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ language: python
python:
- "2.7"
- "3.6"
matrix:
allow_failures:
- python: "3.6"
# command to install dependencies
install:
- "pip install -r requirements.txt"
Expand Down

0 comments on commit 35e18a6

Please sign in to comment.