We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cff53d commit 055b5c5Copy full SHA for 055b5c5
1 file changed
.travis.yml
@@ -11,14 +11,13 @@ python:
11
- "3.5"
12
- "3.6"
13
- "pypy-5.4"
14
- - "pypy3-5.4"
15
# command to install dependencies
16
install:
17
- if [[ $REQUIREMENTS == true ]] ; then pip install -r requirements.txt ; fi
18
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]] ; then pip install coverage==3.7.1; fi
19
- pip install coveralls pytest pytest-cov coverage codecov
20
- pip install -e .
21
- - if [[ ! $TRAVIS_PYTHON_VERSION == 'pypy' ]] ; then pip install regex; fi
+ - if [[ ! $TRAVIS_PYTHON_VERSION == 'pypy-5.4' ]] ; then pip install regex; fi
22
# command to run tests
23
script: py.test
24
sudo: false
0 commit comments