7 lines
101 B
YAML
7 lines
101 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "pypy"
|
|
install: pip install . --use-mirrors
|
|
script: make test
|