Skip to content

Commit

Permalink
Minor error in travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique committed Dec 22, 2016
1 parent 2cf54f1 commit 9dccf03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
- python: "2.7"
- "2.7"
- "3.4.5"
- "3.5"

Expand All @@ -15,8 +15,6 @@ script:
matrix:
allow_failures:
- python: "2.7"
- python: pypy
- python: pypy3

after_success:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then coveralls; fi
Expand Down

0 comments on commit 9dccf03

Please sign in to comment.