dewa commited on
Commit
a5db1ed
·
1 Parent(s): ab53a77

changes to requirement file

Browse files
Files changed (2) hide show
  1. Makefile +1 -1
  2. requirement.txt → requirements.txt +0 -0
Makefile CHANGED
@@ -1,6 +1,6 @@
1
  install:
2
  pip install --upgrade pip &&\
3
- pip install -r requirement.txt
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