mirror of
https://github.com/httpie/cli.git
synced 2024-11-07 16:34:35 +01:00
926d3f5caf
Closes #54.
11 lines
136 B
YAML
11 lines
136 B
YAML
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
- pypy
|
|
- 3.1
|
|
- 3.2
|
|
script: python setup.py test
|
|
install:
|
|
- pip install . --use-mirrors
|