Skip to content

Commit 03185dd

Browse files
author
Janez Justin
committed
--amend
1 parent 708ac75 commit 03185dd

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

rpm/Makefile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
ZIPPED := s3rpm.py gnupg.py pyrpm/* pyrpm/tools/*
22

33

4-
set: requires compress
4+
set: requires package
55

66
requires:
77
pip3 install -t . -r requirements.txt --upgrade
88

9-
compress:
9+
package:
1010
zip code.zip $(ZIPPED)
11-
12-
coverage:
13-
coverage run s3rpm_test.py
14-
coverage html
15-
open htmlcov/index.html

0 commit comments

Comments
 (0)