Delete root __init__ before travis runs tests

This commit is contained in:
Andrew Melton 2013-09-13 12:59:01 -04:00
parent a23864cc9a
commit b6cd2ba20c

View File

@ -5,4 +5,7 @@ python:
# command to install dependencies
# install: "pip install -r requirements.txt --use-mirrors"
# # command to run tests
before_script:
- rm -f __init__.py
- rm -f __init__.pyc
script: "./run_tests_venv.sh"