We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd965c commit 8301bdaCopy full SHA for 8301bda
1 file changed
Makefile
@@ -9,11 +9,8 @@ doc: env
9
env: .env/.up-to-date
10
11
12
-.env/.up-to-date: setup.py Makefile test_requirements.txt
+.env/.up-to-date: setup.py Makefile setup.cfg
13
virtualenv --no-site-packages .env
14
- .env/bin/pip install -e .
15
- .env/bin/pip install -r ./*.egg-info/requires.txt || true
16
- .env/bin/pip install -r ./docs/requirements.txt
17
- .env/bin/pip install -r test_requirements.txt
+ .env/bin/pip install -e .[testing]
18
touch $@
19
0 commit comments