Files
requests/.travis.yml
T
Shivaram Lingamneni 7f9ea04286 Various Makefile updates
2012-05-03 19:59:15 -07:00

11 lines
168 B
YAML

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