Skip to content

Commit

Permalink
Make sure Travis checks results of regression and unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulromano committed Nov 8, 2017
1 parent 1abb1bf commit 05250cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ script:
- if [[ $OPENMC_CONFIG == "check_source" ]]; then
./check_source.py;
else
./run_tests.py -C $OPENMC_CONFIG -j 2;
./run_tests.py -C $OPENMC_CONFIG -j 2 &&
pytest --cov=../openmc unit_tests/;
fi
- cd ..
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# Required dependencies
'install_requires': [
'six', 'numpy>=1.9', 'h5py', 'scipy', 'ipython', 'matplotlib',
'pandas>=0.17.0', 'lxml', 'uncertainties'
'pandas<0.21.0', 'lxml', 'uncertainties'
],

# Optional dependencies
Expand Down

0 comments on commit 05250cd

Please sign in to comment.