Spaces:
Sleeping
Sleeping
dewa
commited on
Commit
·
a5db1ed
1
Parent(s):
ab53a77
changes to requirement file
Browse files- Makefile +1 -1
- requirement.txt → requirements.txt +0 -0
Makefile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
install:
|
| 2 |
pip install --upgrade pip &&\
|
| 3 |
-
pip install -r
|
| 4 |
test:
|
| 5 |
python -m pytest -vvv --cov=hello --cov=greeting \
|
| 6 |
--cov=s math --cov=web tests
|
|
|
|
| 1 |
install:
|
| 2 |
pip install --upgrade pip &&\
|
| 3 |
+
pip install -r requirements.txt
|
| 4 |
test:
|
| 5 |
python -m pytest -vvv --cov=hello --cov=greeting \
|
| 6 |
--cov=s math --cov=web tests
|
requirement.txt → requirements.txt
RENAMED
|
File without changes
|