Skip to content

Commit b6904fe

Browse files
committed
Update appveyor and travis
1 parent f55ee2d commit b6904fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install:
1414
- pip install --quiet coverage
1515
- pip install --quiet numpy
1616
- pip install --quiet scipy
17-
- pip install --quiet astropy
17+
- pip install --quiet atomneb
1818
- python setup.py install
1919

2020
script:

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ install:
1919
- conda config --set always_yes yes --set changeps1 no
2020
- conda update -q conda
2121
- 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"
2424
- activate test-environment
2525
- pip install coverage
2626

0 commit comments

Comments
 (0)