Skip to content

Commit

Permalink
Add setup.py develop to travis commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysonsantos committed Oct 5, 2015
1 parent f80adb7 commit aad4e95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis-runs-tests.sh
@@ -1,5 +1,7 @@
#!/bin/bash
sudo service memcached stop
py.test --version
PYTHONPATH=. py.test --cov=bmemcached
export PYTHONPATH=.
python setup.py develop
py.test --cov=bmemcached
exit $?

0 comments on commit aad4e95

Please sign in to comment.