Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f5f2071

Browse files
committed
pinned pytest version
1 parent 452bb25 commit f5f2071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121
- conda create -n test-environment python=$TRAVIS_PYTHON_VERSION
2222
- source activate test-environment
2323
- conda install pandas
24-
- conda install pytest pytest-cov
24+
- conda install pytest==3.7.1 pytest-cov
2525
- pip --version
2626
- pip install pytest-rerunfailures
2727
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then

0 commit comments

Comments
 (0)