Skip to content

Commit 66d505b

Browse files
committed
ignore temporary paths
1 parent ad24c65 commit 66d505b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
.cache/
32
__pycache__/
43
docs/build/
@@ -8,3 +7,4 @@ dist/
87
MASCADO\.egg*
98
.idea
109
.coverage
10+
.tox

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ commands =
2929
flake8 mascado tests
3030
mypy --ignore-missing-imports mascado tests
3131
- pylint mascado tests
32-
sphinx-build docs/source docs/_build
32+
sphinx-build docs/source docs/build
3333
# TODO: Some doctests are currently broken, examples no longer work
3434
#pytest --cov --doctest-modules
35-
pytest --cov
35+
pytest --cov

0 commit comments

Comments
 (0)