We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b569634 commit 1cc7d2dCopy full SHA for 1cc7d2d
1 file changed
Makefile
@@ -20,11 +20,11 @@ client:
20
$(PY) -m juju.client.facade -s "juju/client/schemas*" -o juju/client/
21
22
.PHONY: run-unit-tests
23
-run-unit-tests: lint .tox
+run-unit-tests: .tox lint
24
tox -e py3
25
26
.PHONY: run-integration-tests
27
-run-integration-tests: lint .tox
+run-integration-tests: .tox lint
28
tox -e integration
29
30
.PHONY: run-all-tests
0 commit comments