Skip to content

Commit

Permalink
update appveyor test
Browse files Browse the repository at this point in the history
  • Loading branch information
sosey committed Mar 29, 2020
1 parent 2e9d2bf commit 5e76b31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ environment:
- PYTHON_VERSION: "3.7"
NUMPY_VERSION: "stable"
ASTROPY_VERSION: "development"

- PYTHON_VERSION: "3.8"
NUMPY_VERSION: "stable"
ASTROPY_VERSION: "development"


matrix:
Expand All @@ -49,7 +53,7 @@ install:
- cmd: set OLDPATH=
- cmd: call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
- cmd: set PYTHONUNBUFFERED=1
- cmd: conda install scipy matplotlib numpy astropy ipython sphinx pytest
- cmd: conda install scipy matplotlib numpy astropy ipython sphinx pytest pytest-cov
- cmd: git submodule update --init --recursive
- cmd: conda info -a

Expand Down

0 comments on commit 5e76b31

Please sign in to comment.