Thanks to visit codestin.com Credit goes to github.com
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 40c6bb0 commit 5d0e7ecCopy full SHA for 5d0e7ec
2 files changed
Makefile
@@ -35,9 +35,7 @@ coverage: py_env
35
py_env: requirements.txt setup.py
36
rm -rf py_env
37
virtualenv py_env
38
- bash -c 'source py_env/bin/activate && \
39
- pip install -e . && \
40
- pip install -r requirements.txt'
+ bash -c 'source py_env/bin/activate && pip install -r requirements.txt'
41
42
clean:
43
requirements.txt
@@ -1,8 +1,4 @@
1
-argparse
2
-jsonschema
3
-plumbum
4
-pyyaml
5
-simplejson
+-e .
6
7
# Testing requirements
8
coverage
0 commit comments