mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Make sure Travis checks results of regression and unit tests
This commit is contained in:
parent
1abb1bfa1b
commit
05250cdc17
2 changed files with 2 additions and 2 deletions
|
|
@ -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
setup.py
2
setup.py
|
|
@ -61,7 +61,7 @@ kwargs = {
|
|||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue