dosage/.travis.yml

7 lines
108 B
YAML
Raw Normal View History

2013-02-14 20:28:34 +00:00
language: python
python:
- "2.7"
- "3.3"
# command to run tests
script: make test TESTS=tests.test_util