7 lines
108 B
YAML
7 lines
108 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "2.7"
|
||
|
- "3.3"
|
||
|
# command to run tests
|
||
|
script: make test TESTS=tests.test_util
|