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 07a7f19 commit 72a69a3Copy full SHA for 72a69a3
.travis.yml
@@ -16,7 +16,7 @@ jobs:
16
- pip install -U setuptools
17
install:
18
- pip install -r requirements.txt
19
- - python setup.py develop
+ - pip install -e .[dev]
20
script:
21
- py.test -v
22
- <<: *test
0 commit comments