mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
57ccd7e65c
(async is currently unsupported under Python 3)
11 lines
164 B
YAML
11 lines
164 B
YAML
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
- 3.2
|
|
env: HTTPBIN_URL=http://httpbin.org/
|
|
script: make ci
|
|
install:
|
|
- pip install nose
|
|
- pip install . --use-mirrors
|