Skip to content

Commit 3f1e52d

Browse files
committed
Update Makefile
1 parent 7d9ef74 commit 3f1e52d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,11 @@ tests: toxtest lint ;
3131

3232
.PHONY : toxtest
3333
toxtest : local/environment.sh tox.ini
34-
source local/environment.sh
35-
tox
34+
source local/environment.sh && tox
3635

3736
.PHONY : pytest
3837
pytest : local/environment.sh
39-
source local/environment.sh
40-
pytest
38+
source local/environment.sh && pytest
4139

4240
.PHONY : lint
4341
lint :

0 commit comments

Comments
 (0)