Skip to content

Commit a748c07

Browse files
authored
install pytest 4 in travis for python 3.4 (#282)
1 parent c378e4b commit a748c07

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
@@ -22,7 +22,7 @@ matrix:
2222
python: "3.4"
2323
before_install:
2424
- sudo apt-get install liblapack-dev
25-
- pip install --upgrade pip pytest
25+
- pip install --upgrade pip "pytest<5"
2626
- pip install wheel cython numpy scipy codecov pytest-cov scikit-learn
2727
script:
2828
- pytest test --cov;

0 commit comments

Comments
 (0)