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.
2 parents 516ac1c + 3d37931 commit 573abefCopy full SHA for 573abef
.travis.yml
@@ -9,7 +9,8 @@ before_install:
9
10
install:
11
# 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
+- pip install --no-cache-dir -r requirements-dev.txt
13
+
14
15
script:
16
- invoke test
0 commit comments