Skip to content

Commit

Permalink
Gonna try pypy build and hopefully fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
eabrouwer3 committed Jun 7, 2019
1 parent 3d28280 commit d829f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:
- "3.5"
- "3.6"
# - "3.7"
# - "pypy"
- "pypy"

# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
matrix:
Expand Down Expand Up @@ -36,7 +36,7 @@ script:

# load coverage status to https://coveralls.io
after_success:
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then pip install coveralls --use-mirrors ; coveralls ; fi
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then pip install coveralls ; coveralls ; fi

notifications:
email: false

0 comments on commit d829f05

Please sign in to comment.