Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Eh, removing pypy until I figure out that error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Sanders committed Oct 17, 2014
1 parent e7125ba commit 76e35b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ python:
- "2.6"
- "3.3"
- "3.4"
- "pypy"

env:
- FLASK=0.8.1
Expand Down Expand Up @@ -32,9 +31,7 @@ install:

# command to run tests
script:
# pytest coverage bombs on pypy idk
- if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then py.test tests; fi
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then py.test --cov flask_featureflags --cov-report term-missing tests; fi
- py.test --cov flask_featureflags --cov-report term-missing tests

after_success:
- coveralls

0 comments on commit 76e35b0

Please sign in to comment.