mirror of
https://github.com/bspeice/elektricity
synced 2024-11-17 15:28:08 -05:00
8 lines
98 B
YAML
8 lines
98 B
YAML
language: python
|
|
python:
|
|
- "3.2"
|
|
- "3.3"
|
|
- "3.4"
|
|
- "3.5"
|
|
|
|
script: nosetests --with-doctest |