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.
2 parents abc2f43 + c24d1b1 commit e053e91Copy full SHA for e053e91
appveyor.yml
@@ -21,8 +21,13 @@ install:
21
# the parent CMD process).
22
- SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
23
24
+ - python -m pip install --upgrade pip virtualenv
25
+ - virtualenv --python=python venv
26
+ - venv\Scripts\activate
27
+ - python --version
28
+
29
# Install the dependencies of the project.
- - python -m pip install --upgrade pip setuptools wheel
30
+ - pip install --upgrade pip setuptools>=27.0 wheel
31
- pip install numpy scipy matplotlib h5py pydicom
32
- pip install nose mock coverage codecov
33
- pip install .
0 commit comments