Skip to content

Commit c395a2b

Browse files
committed
Install pandas and astropy
1 parent 82ecbe4 commit c395a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_install:
1515
- sudo ln -s /run/shm /dev/shm
1616
# Install packages
1717
install:
18-
- conda install --yes python=$TRAVIS_PYTHON_VERSION atlas numpy scipy matplotlib nose pip pymongo flake8
18+
- conda install --yes python=$TRAVIS_PYTHON_VERSION atlas numpy scipy matplotlib nose pip pymongo flake8 pandas astropy
1919
- pip install .
2020
- python setup.py build_ext --inplace
2121

0 commit comments

Comments
 (0)