Skip to content

Commit

Permalink
RF: py2.7 requires numexpr install; part of standard library py3 onward
Browse files Browse the repository at this point in the history
  • Loading branch information
kdesimone committed Jun 21, 2017
1 parent 51084f1 commit 0ccf47f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies:
- pip install sharedmem
- pip install statsmodels
- pip install codecov
- pip install numexpr
- if [ "${COVERAGE}" == "1" ];then pip install coverage;pip install coveralls;fi
- sudo mkdir tests_dir
- sudo cp .coveragerc tests_dir/.coveragerc
Expand Down

0 comments on commit 0ccf47f

Please sign in to comment.