Skip to content

Commit

Permalink
chore: missing things from python template
Browse files Browse the repository at this point in the history
  • Loading branch information
Julián Cortés committed Jul 3, 2020
1 parent a508d59 commit 798bb87
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea/
*.pyc
Empty file added nyoibo/__init__.py
Empty file.
12 changes: 6 additions & 6 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pre-commit
pytest
pytest-cov
radon
sphinx
sphinx-rtd-theme
pre-commit==2.6.0
pytest==5.4.3
pytest-cov==2.10.0
radon==4.1.0
Sphinx==3.1.1
sphinx-rtd-theme==0.5.0
2 changes: 1 addition & 1 deletion run_radon.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
radon cc -a -s -nb
radon cc -a -s -nb nyoibo
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
pytest -s -vvv --cov= --cov-report term-missing tests
pytest -s -vvv --cov=nyoibo --cov-report term-missing tests

0 comments on commit 798bb87

Please sign in to comment.