Files
requests/.travis.yml
T
2012-05-02 02:38:20 -04:00

11 lines
170 B
YAML

language: python
python:
- 2.6
- 2.7
- 3.2
env: HTTPBIN_URL=http://httpbin.org/
script: make simpleci
install:
- pip install nose
- pip install . --use-mirrors