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
run-local.sh
.DS_Store
*.pyc
**/*.pyc
.tox
htmlcov
.coverage

View file

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