Skip to content

Commit

Permalink
Fixes for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Sep 27, 2020
1 parent d40e52f commit 23baff5
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 @@ -22,7 +22,7 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- conda create -q -n test-environment python=$CC numpy pandas scipy matplotlib pytest sympy pytz numba
- conda create -q -n test-environment python=$CC numpy pandas scipy matplotlib pytest sympy pytz numba IPython
- source activate test-environment
- pip install -r requirements_test.txt
- python setup.py -q install
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ init:
install:
- cmd: activate condaenv
- cmd: conda install -yq numpy scipy pip pytest pandas matplotlib
- cmd: pip install pytest-cov coveralls sympy fluids coveralls sympy fuzzywuzzy pint pytz numba
- cmd: pip install pytest-cov coveralls sympy fluids coveralls sympy fuzzywuzzy pint pytz numba IPython
- cmd: python setup.py install
- cmd: rmdir /Q /S chemicals

Expand Down

0 comments on commit 23baff5

Please sign in to comment.