mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
11 lines
168 B
YAML
11 lines
168 B
YAML
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
- 3.2
|
|
env: HTTPBIN_URL=http://httpbin.org/
|
|
script: make travis
|
|
install:
|
|
- pip install nose
|
|
- pip install . --use-mirrors
|