Skip to content

Commit 573abef

Browse files
committed
Merge branch 'master' of https://github.com/compas-dev/compas
2 parents 516ac1c + 3d37931 commit 573abef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ before_install:
99

1010
install:
1111
# This works because requirements-dev.txt ends with "-e ." to install COMPAS itself
12-
- pip install --process-dependency-links --no-cache-dir -r requirements-dev.txt
12+
- pip install --no-cache-dir -r requirements-dev.txt
13+
1314

1415
script:
1516
- invoke test

0 commit comments

Comments
 (0)