Files
requests/.travis.yml
T
2012-12-17 10:07:13 -05:00

10 lines
132 B
YAML

language: python
python:
- 2.6
- 2.7
- 3.2
env: HTTPBIN_URL=http://httpbin.org/
script: make test
install:
- make test-deps