Skip to content

Commit c54e2b1

Browse files
committed
will changing the order fix 3.2?
1 parent 3fec61b commit c54e2b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ python:
1414
# command to install dependencies
1515
install:
1616
- if [[ $REQUIREMENTS == true ]] ; then pip install -r requirements.txt ; fi
17-
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]] ; then pip install coverage==3.7.1 setuptools==29.0.1; fi
17+
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]] ; then pip install setuptools==29.0.1 coverage==3.7.1; fi
1818
- pip install coveralls pytest pytest-cov coverage codecov
1919
- pip install -e .
2020
- if [[ ! $TRAVIS_PYTHON_VERSION == 'pypy-5.4' ]] ; then pip install regex; fi

0 commit comments

Comments
 (0)