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 31, 2020
1 parent 82b86e3 commit 3e0df68
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 -y -n phildb python=3.7
- CALL activate.bat 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 3e0df68

Please sign in to comment.