Make sure latest version of pytest is used

This commit is contained in:
Paul Romano 2017-12-14 11:52:30 +07:00
parent 147bbefbe7
commit 9fa391aa66

View file

@ -41,6 +41,7 @@ before_install:
install:
- if [[ $OPENMC_CONFIG != "check_source" ]]; then
pip install numpy cython;
pip install --upgrade pytest;
pip install -e .[test];
fi