##// END OF EJS Templates
MNT: update pytest.ini to work with pytest > 3
Thomas A Caswell -
Show More
@@ -38,7 +38,7 b' install:'
38 - pip install setuptools --upgrade
38 - pip install setuptools --upgrade
39 - pip install -e file://$PWD#egg=ipython[test] --upgrade
39 - pip install -e file://$PWD#egg=ipython[test] --upgrade
40 - pip install trio curio --upgrade --upgrade-strategy eager
40 - pip install trio curio --upgrade --upgrade-strategy eager
41 - pip install 'pytest<4' matplotlib
41 - pip install pytest matplotlib
42 - pip install codecov check-manifest --upgrade
42 - pip install codecov check-manifest --upgrade
43
43
44 script:
44 script:
@@ -1,2 +1,2 b''
1 [pytest]
1 [pytest]
2 addopts = --duration=10
2 addopts = --durations=10
General Comments 0
You need to be logged in to leave comments. Login now