Skip to content

Commit

Permalink
Install numpy in conda env (no tox)
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Feb 8, 2020
1 parent 39fcc94 commit 3b72083
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 105 deletions.
8 changes: 5 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
install:
- C:\Miniconda3-x64\\Scripts\\activate"
- conda.exe install -c conda-forge -y tox
- C:\\Miniconda3-x64\\Scripts\\activate
- conda.exe update -n base -c defaults -y conda
- conda.exe create -n testenv -y python=3.8
- conda.exe install -n testenv -y numpy

build: off

test_script:
- python.exe -m tox -c tox.ini -vv -e run-cmd -- python.exe -c "import numpy; print(numpy.__version__)"
- C:\\Miniconda3-x64\\envs\\testenv\\python.exe -c "import numpy; print(numpy.__version__)"
74 changes: 0 additions & 74 deletions README.md

This file was deleted.

28 changes: 0 additions & 28 deletions tox.ini

This file was deleted.

0 comments on commit 3b72083

Please sign in to comment.