Skip to content

Commit

Permalink
try a different way to test schemas with proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Dec 5, 2012
1 parent 9fb1726 commit 68730c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ python:
- "2.7"
- "2.6"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
# install a local squid proxy to allow testing schemas
install:
- "pip install -e . --use-mirrors"
- "pip install 'eulxml[dev]' --use-mirrors"
- "sudo apt-get install squid"
- "sudo squid3"
# command to run tests, e.g. python setup.py test
script: nosetests
script: env HTTP_PROXY=localhost:3128 nosetests

0 comments on commit 68730c9

Please sign in to comment.