Skip to content

Commit

Permalink
pinned pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
smtakeda committed Aug 23, 2018
1 parent 452bb25 commit f5f2071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
- conda create -n test-environment python=$TRAVIS_PYTHON_VERSION
- source activate test-environment
- conda install pandas
- conda install pytest pytest-cov
- conda install pytest==3.7.1 pytest-cov
- pip --version
- pip install pytest-rerunfailures
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
Expand Down

0 comments on commit f5f2071

Please sign in to comment.