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