Files
requests/.travis.yml
T
2013-01-21 14:19:29 -05:00

13 lines
170 B
YAML

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