Delete all .pyc files

This commit is contained in:
Joseph Schorr 2017-02-01 14:16:21 -05:00
parent 154090ca00
commit 67f54bc8d3
2 changed files with 2 additions and 1 deletions

View file

@ -12,7 +12,7 @@ ROADMAP.md
requirements-nover.txt requirements-nover.txt
run-local.sh run-local.sh
.DS_Store .DS_Store
*.pyc **/*.pyc
.tox .tox
htmlcov htmlcov
.coverage .coverage

View file

@ -155,6 +155,7 @@ ADD .git/HEAD GIT_HEAD
# Add all of the files! # Add all of the files!
ADD . . ADD . .
RUN pyclean .
# Run the tests # Run the tests
ENV RUN_ACI_TESTS False ENV RUN_ACI_TESTS False