Files
requests/.travis.yml
T
Kenneth Reitz 12ef43e407 /s/make/invoke
2013-03-22 15:52:08 -04:00

12 lines
181 B
YAML

language: python
python:
- 2.6
- 2.7
- 3.3
env: HTTPBIN_URL=http://httpbin.org/
script: invoke test
install:
- pip install -r requirements.txt
notifications:
email: false