Skip to content

Commit 055b5c5

Browse files
committed
well, fine then. I didn't want to test against pypy3 anyway.
Harrumph.
1 parent 2cff53d commit 055b5c5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ python:
1111
- "3.5"
1212
- "3.6"
1313
- "pypy-5.4"
14-
- "pypy3-5.4"
1514
# command to install dependencies
1615
install:
1716
- if [[ $REQUIREMENTS == true ]] ; then pip install -r requirements.txt ; fi
1817
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]] ; then pip install coverage==3.7.1; fi
1918
- pip install coveralls pytest pytest-cov coverage codecov
2019
- pip install -e .
21-
- if [[ ! $TRAVIS_PYTHON_VERSION == 'pypy' ]] ; then pip install regex; fi
20+
- if [[ ! $TRAVIS_PYTHON_VERSION == 'pypy-5.4' ]] ; then pip install regex; fi
2221
# command to run tests
2322
script: py.test
2423
sudo: false

0 commit comments

Comments
 (0)