Files
requests/.travis.yml
T
2012-12-23 00:52:18 -05:00

12 lines
162 B
YAML

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