Skip to content

Commit dfd62ad

Browse files
committed
another try
1 parent 26c3b00 commit dfd62ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ matrix:
3333

3434
install:
3535
- python -m ensurepip
36-
- pip install cython --install-option="--no-cython-compile"
37-
- pip install --no-cache-dir -r requirements-dev.txt
36+
- python -m pip install cython --install-option="--no-cython-compile"
37+
- python -m pip install --no-cache-dir -r requirements-dev.txt
3838

3939
script:
4040
- python -c "import compas_fab"

0 commit comments

Comments
 (0)