renamed req.txt to requirements.txt
This commit is contained in:
parent
2d0560ce16
commit
5093287b32
2
Makefile
2
Makefile
|
|
@ -18,7 +18,7 @@ help:
|
|||
@echo "$$HELPBODY"
|
||||
|
||||
init:
|
||||
pip install -r req.txt
|
||||
pip install -r requirements.txt
|
||||
|
||||
test:
|
||||
rm -f .coverage aprslib/*.pyc
|
||||
|
|
|
|||
|
|
@ -2,3 +2,4 @@ nose
|
|||
coverage
|
||||
unittest2
|
||||
mox3
|
||||
sphinx==1.3.5
|
||||
Loading…
Reference in New Issue