mirror of
https://github.com/nikdoof/pynab.git
synced 2025-12-13 01:32:23 +00:00
11 lines
181 B
YAML
11 lines
181 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
- "3.2"
|
|
- "3.3"
|
|
- "pypy"
|
|
install:
|
|
- "pip install coverage"
|
|
script:
|
|
- "coverage run --source=pynab setup.py test" |