Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f93cf5

Browse files
committed
Updated pip install ase in .travis.yml
1 parent c7df421 commit 5f93cf5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,17 @@ install:
1717
- sudo apt-get install -qq gcc-4.8 gfortran-4.8
1818
- |
1919
if [ ${TRAVIS_PYTHON_VERSION:0:1} = 3 ]; then
20-
sudo apt-get install python3-numpy python3-ase
20+
sudo apt-get install python3-numpy
2121
pip3 install scipy
2222
pip3 install pytest
23+
pip3 install ase
2324
python3 setup.py build
2425
python3 setup.py install
2526
elif [ ${TRAVIS_PYTHON_VERSION} = "2.7" ]; then
26-
sudo apt-get install python-numpy python-ase
27+
sudo apt-get install python-numpy
2728
pip2 install scipy
2829
pip2 install pytest
30+
pip2 install ase
2931
python2 setup.py build
3032
python2 setup.py install
3133
else

0 commit comments

Comments
 (0)