Skip to content

Commit

Permalink
Rename requirements.txt -> requirements-dev.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Oct 27, 2020
1 parent a12d366 commit b33de89
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python:
- "3.8"

install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pip install coveralls

script:
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include LICENSE
include README.md

exclude requirements.txt
exclude requirements-dev.txt
recursive-exclude tests *
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Assuming you have ``python3`` installed, navigate to the directory where you wan
cd recipe-scrapers &&
python3 -m venv .venv &&
source .venv/bin/activate &&
pip install -r requirements.txt &&
pip install -r requirements-dev.txt &&
pre-commit install &&
python -m coverage run -m unittest &&
python -m coverage report
Expand Down
File renamed without changes.

0 comments on commit b33de89

Please sign in to comment.