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 a48197c commit 5e2fdfcCopy full SHA for 5e2fdfc
.travis.yml
@@ -12,7 +12,8 @@ before_install:
12
- pip3 install --upgrade pip
13
install:
14
- pip install -r requirements.txt
15
- - pip install . --use-feature=in-tree-build
+# - pip install . --use-feature=in-tree-build
16
+ - pip install -e .
17
- pip install pytest
18
- pip install codecov
19
script:
0 commit comments