blob: 23de425914850147c077e74293df58f9d881d332 [file] [log] [blame]
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