Files
requests/.travis.yml
T
Shivaram Lingamneni 57ccd7e65c Have Travis run all tests except the external and async ones
(async is currently unsupported under Python 3)
2012-05-02 20:20:26 -07:00

11 lines
164 B
YAML

language: python
python:
- 2.6
- 2.7
- 3.2
env: HTTPBIN_URL=http://httpbin.org/
script: make ci
install:
- pip install nose
- pip install . --use-mirrors