We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ecbe4 commit c395a2bCopy full SHA for c395a2b
.travis.yml
@@ -15,7 +15,7 @@ before_install:
15
- sudo ln -s /run/shm /dev/shm
16
# Install packages
17
install:
18
- - conda install --yes python=$TRAVIS_PYTHON_VERSION atlas numpy scipy matplotlib nose pip pymongo flake8
+ - conda install --yes python=$TRAVIS_PYTHON_VERSION atlas numpy scipy matplotlib nose pip pymongo flake8 pandas astropy
19
- pip install .
20
- python setup.py build_ext --inplace
21
0 commit comments