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 5e2fdfc commit 89de68fCopy full SHA for 89de68f
.travis.yml
@@ -12,8 +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
16
- - pip install -e .
+ - pip install . --use-feature=in-tree-build
+# - pip install -e .
17
- pip install pytest
18
- pip install codecov
19
script:
0 commit comments