Skip to content

Commit 8301bda

Browse files
committed
Fix Makefile
1 parent 9dd965c commit 8301bda

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ doc: env
99
env: .env/.up-to-date
1010

1111

12-
.env/.up-to-date: setup.py Makefile test_requirements.txt
12+
.env/.up-to-date: setup.py Makefile setup.cfg
1313
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
14+
.env/bin/pip install -e .[testing]
1815
touch $@
1916

0 commit comments

Comments
 (0)