Translate urllib3 ProxyError into a requests ProxyError derived from ConnectionError.
[services/python-requests.git] / .travis.yml
1 language: python
2 python:
3   - 2.6
4   - 2.7
5   - 3.3
6 env: HTTPBIN_URL=http://httpbin.org/
7 script: invoke test
8 install:
9   - pip install -r requirements.txt
10 notifications:
11   email: false