We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2f438 commit cb87d89Copy full SHA for cb87d89
appveyor.yml
@@ -35,6 +35,10 @@ install:
35
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
36
37
# 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
42
- "conda install --yes --quiet numpy scipy matplotlib nose h5py"
43
- "pip install pydicom"
44
- "python setup.py install"
0 commit comments