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 8fc4d19 commit 0d3d452Copy full SHA for 0d3d452
.travis.yml
@@ -27,8 +27,9 @@ matrix:
27
env:
28
- DEPENDS="numpy==1.5.1 pydicom==0.9.7"
29
before_install:
30
- - virtualenv venv
+ - virtualenv --python=python venv
31
- source venv/bin/activate
32
+ - python --version # just to check
33
- pip install nose # always
34
- pip install --no-index -f http://travis-wheels.scikit-image.org $DEPENDS
35
# pydicom <= 0.9.8 doesn't install on python 3
0 commit comments