We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ab2d7 commit 3f9bfdaCopy full SHA for 3f9bfda
.travis.yml
@@ -4,5 +4,6 @@ python:
4
install:
5
- "pip install -r requirements.txt --use-mirrors"
6
- "pip install pytest mock --use-mirrors"
7
+ - "pip install ."
8
script:
9
- "python setup.py test"
0 commit comments