Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452bb25 commit f5f2071Copy full SHA for f5f2071
.travis.yml
@@ -21,7 +21,7 @@ install:
21
- conda create -n test-environment python=$TRAVIS_PYTHON_VERSION
22
- source activate test-environment
23
- conda install pandas
24
- - conda install pytest pytest-cov
+ - conda install pytest==3.7.1 pytest-cov
25
- pip --version
26
- pip install pytest-rerunfailures
27
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
0 commit comments