##// END OF EJS Templates
Merge pull request #12086 from tacaswell/mnt_pytest...
Matthias Bussonnier -
r25424:a6082c6f merge
parent child Browse files
Show More
@@ -38,7 +38,7 b' install:'
38 38 - pip install setuptools --upgrade
39 39 - pip install -e file://$PWD#egg=ipython[test] --upgrade
40 40 - pip install trio curio --upgrade --upgrade-strategy eager
41 - pip install 'pytest<4' matplotlib
41 - pip install pytest matplotlib
42 42 - pip install codecov check-manifest --upgrade
43 43
44 44 script:
@@ -1,2 +1,2 b''
1 1 [pytest]
2 addopts = --duration=10
2 addopts = --durations=10
General Comments 0
You need to be logged in to leave comments. Login now