Skip to content

Commit cb87d89

Browse files
committed
Explicitly create a conda environment for the test, specify Python version.
1 parent 2b2f438 commit cb87d89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ install:
3535
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
3636

3737
# Install the dependencies of the project.
38+
- conda update -q conda
39+
- conda info -a
40+
- conda create -q -n test-environment python=%PYTHON_VERSION%
41+
- activate test-environment
3842
- "conda install --yes --quiet numpy scipy matplotlib nose h5py"
3943
- "pip install pydicom"
4044
- "python setup.py install"

0 commit comments

Comments
 (0)