11 lines
162 B
YAML
11 lines
162 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
- "3.3"
|
|
- "pypy"
|
|
install:
|
|
- pip install -r dev_requirements.txt --use-mirrors
|
|
script:
|
|
- python setup.py test
|