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 c378e4b commit a748c07Copy full SHA for a748c07
.travis.yml
@@ -22,7 +22,7 @@ matrix:
22
python: "3.4"
23
before_install:
24
- sudo apt-get install liblapack-dev
25
- - pip install --upgrade pip pytest
+ - pip install --upgrade pip "pytest<5"
26
- pip install wheel cython numpy scipy codecov pytest-cov scikit-learn
27
script:
28
- pytest test --cov;
0 commit comments