File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ install:
14
14
- pip install --quiet coverage
15
15
- pip install --quiet numpy
16
16
- pip install --quiet scipy
17
- - pip install --quiet astropy
17
+ - pip install --quiet atomneb
18
18
- python setup.py install
19
19
20
20
script :
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ install:
19
19
- conda config --set always_yes yes --set changeps1 no
20
20
- conda update -q conda
21
21
- conda info -a
22
- - pip install numpy scipy astropy nose
23
- - " conda create -q -n test-environment python=%PYTHON_VERSION% numpy scipy astropy nose"
22
+ - pip install numpy scipy atomneb nose
23
+ - " conda create -q -n test-environment python=%PYTHON_VERSION% numpy scipy atomneb nose"
24
24
- activate test-environment
25
25
- pip install coverage
26
26
You can’t perform that action at this time.
0 commit comments