Skip to content

Commit

Permalink
Remove .pyc files when running tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
  • Loading branch information
bowlofeggs committed Apr 11, 2017
1 parent 912d177 commit 9e9adb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devel/ansible/roles/dev/files/.bashrc
Expand Up @@ -16,6 +16,7 @@ alias bstart="sudo systemctl start bodhi && echo 'The Application is running on
alias bstop="sudo systemctl stop bodhi"

function btest {
find /home/vagrant/bodhi -name "*.pyc" -delete;
pushd /home/vagrant/bodhi && python setup.py nosetests $@; popd
}

Expand Down

0 comments on commit 9e9adb6

Please sign in to comment.