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 50c2ed0 commit 4db7ae0Copy full SHA for 4db7ae0
Makefile
@@ -15,9 +15,10 @@ usage:
15
@echo " doc :" install docs to gh-pages branch
16
17
install:
18
- pip install .
+ pip install . --use-mirrors
19
20
test:
21
+ pip install -r test_requirements.txt --use-mirrors
22
nosetests -v tests/
23
24
doc: gh-pages
test_requirements.txt
@@ -0,0 +1,2 @@
1
+minimocktest
2
+nose
0 commit comments