Skip to content

Commit

Permalink
correcting travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Jun 18, 2012
1 parent 6373b52 commit 8d1fca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,6 +7,6 @@ before_script:
- curl -k -L -O https://github.com/downloads/webmetrics/browsermob-proxy/browsermob-proxy-2.0-beta-6-bin.zip
- unzip browsermob-proxy-2.0-beta-6-bin.zip
- export BROWSERMOB_PROXY_HOME=`pwd`/browsermob-proxy-2.0-beta-6
- sh BROWSERMOB_PROXY_HOME/bin/browsermob-proxy
- sh $BROWSERMOB_PROXY_HOME/bin/browsermob-proxy &
install: pip install pytest
script: python setup.py develop && py.test test

0 comments on commit 8d1fca9

Please sign in to comment.