We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9ef74 commit 3f1e52dCopy full SHA for 3f1e52d
1 file changed
Makefile
@@ -31,13 +31,11 @@ tests: toxtest lint ;
31
32
.PHONY : toxtest
33
toxtest : local/environment.sh tox.ini
34
- source local/environment.sh
35
- tox
+ source local/environment.sh && tox
36
37
.PHONY : pytest
38
pytest : local/environment.sh
39
40
- pytest
+ source local/environment.sh && pytest
41
42
.PHONY : lint
43
lint :
0 commit comments