Delete all .pyc files
This commit is contained in:
parent
154090ca00
commit
67f54bc8d3
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Reference in a new issue