mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
12 lines
181 B
YAML
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
|