Skip to content

Commit

Permalink
remove non-numba version from travis e2nIEE#96
Browse files Browse the repository at this point in the history
  • Loading branch information
lthurner committed Jul 18, 2018
1 parent ae54101 commit 76a5582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ install:
# Replace dep1 dep2 ... with your dependencies
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pip numpy scipy pandas networkx numpydoc numba xlsxwriter xlrd
- source activate test-environment
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then
conda uninstall numba --yes;
# - if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then
# conda uninstall numba --yes;
fi
- conda install matplotlib --yes
- pip install pytest pytest-cov
Expand Down

0 comments on commit 76a5582

Please sign in to comment.