Skip to content

Commit

Permalink
Create conda env in Appveyor for running tests
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew MacDonald <andrew@maccas.net>
  • Loading branch information
amacd31 committed Jul 29, 2020
1 parent 82b86e3 commit ed52ca7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ environment:
install:
- git submodule update --init --recursive
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- conda create -n phildb python=3.7
- conda activate phildb
- conda install -y coverage nose mock
- conda install -y ipython numpy pandas SQLAlchemy pytables
- python setup.py install
Expand Down

0 comments on commit ed52ca7

Please sign in to comment.