Show More
@@ -1,5 +1,5 b'' | |||
|
1 | 1 | |
|
2 | .PHONY: clean test test-clean test-only | |
|
2 | .PHONY: clean test test-clean test-only generate-pkgs | |
|
3 | 3 | |
|
4 | 4 | |
|
5 | 5 | clean: |
@@ -16,3 +16,6 b' test-clean:' | |||
|
16 | 16 | |
|
17 | 17 | test-only: |
|
18 | 18 | PYTHONHASHSEED=random py.test -vv -r xw -p no:sugar --cov=vcsserver --cov-report=term-missing --cov-report=html vcsserver |
|
19 | ||
|
20 | generate-pkgs: | |
|
21 | nix-shell pkgs/shell-generate.nix --command "pip2nix generate --licenses" |
General Comments 0
You need to be logged in to leave comments.
Login now