Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhya-k committed Aug 9, 2023
1 parent 5d0ffc3 commit d622565
Show file tree
Hide file tree
Showing 4 changed files with 1,242 additions and 657 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -9,3 +9,5 @@ test-data
.env
raw/
processed/
Pipfile
Pipfile.lock
6 changes: 5 additions & 1 deletion Makefile
Expand Up @@ -4,8 +4,12 @@
download:
pipenv run python download.py


test:
rm -rf ./test-data/
pipenv run coverage run test.py
pipenv run coverage report -m

ship:
rm -rf build/
pipenv run python setup.py sdist bdist_wheel
pipenv run twine upload dist/* --skip-existing
1 change: 1 addition & 0 deletions Pipfile
Expand Up @@ -19,6 +19,7 @@ click = "*"
jinja2 = "*"
census-data-aggregator = "*"
census-data-downloader = "*"
twine = "*"

[requires]
python_version = "3.8"

0 comments on commit d622565

Please sign in to comment.