mirror of
https://github.com/nikdoof/pynab.git
synced 2025-12-26 00:09:27 +00:00
Added support for Travis and unittests.
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
- "pypy"
|
||||
install:
|
||||
- "pip install coverage"
|
||||
script:
|
||||
- "coverage run --source=pynab setup.py test"
|
||||
Reference in New Issue
Block a user