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 26c3b00 commit dfd62adCopy full SHA for dfd62ad
.travis.yml
@@ -33,8 +33,8 @@ matrix:
33
34
install:
35
- python -m ensurepip
36
- - pip install cython --install-option="--no-cython-compile"
37
- - pip install --no-cache-dir -r requirements-dev.txt
+ - python -m pip install cython --install-option="--no-cython-compile"
+ - python -m pip install --no-cache-dir -r requirements-dev.txt
38
39
script:
40
- python -c "import compas_fab"
0 commit comments