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 9860e8d commit 6edaaebCopy full SHA for 6edaaeb
.travis.yml
@@ -5,7 +5,7 @@ cache: pip
5
python: 3.5
6
7
install:
8
- - python setup.py install
+ - pip install -r requirements-dev.txt
9
10
script:
11
- python -m pytest tests/
0 commit comments