Skip to content

Commit fd48041

Browse files
authored
Merge pull request #277 from QuantEcon/update_travis_yml
TRAVIS: Remove `=0.28.1` from conda install numba
2 parents 75e12dc + fdb2593 commit fd48041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ before_install:
2525
#- sudo ln -s /run/shm /dev/shm
2626

2727
install:
28-
- conda install --yes python=$TRAVIS_PYTHON_VERSION ipython numpy scipy matplotlib nose pandas pip sympy pytables statsmodels numba=0.28.1
28+
- conda install --yes python=$TRAVIS_PYTHON_VERSION ipython numpy scipy matplotlib nose pandas pip sympy pytables statsmodels numba
2929
# To Install Full Anaconda Stack (conda install --yes python=$TRAVIS_PYTHON_VERSION anaconda)
3030
- pip install coveralls coverage
3131
- python setup.py install

0 commit comments

Comments
 (0)