Skip to content

Commit

Permalink
ci: Install wheel and setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Jan 18, 2017
1 parent 539f21a commit 7b40266
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scikit-ci.yml
Expand Up @@ -27,6 +27,8 @@ install:
- python --version
- python -m pip install --disable-pip-version-check --upgrade pip
# XXX Use requirements and requirements-dev.txt
- $<RUN_ENV> pip install wheel>=0.29.0
- $<RUN_ENV> pip install setuptools>=28.0.0
- $<RUN_ENV> pip install numpy==1.11.0
- $<RUN_ENV> pip install --trusted-host www.simpleitk.org -f http://www.simpleitk.org/SimpleITK/resources/software.html SimpleITK==0.9.1
- $<RUN_ENV> pip install nose-parameterized==0.5.0
Expand Down

0 comments on commit 7b40266

Please sign in to comment.