mirror of
https://github.com/nikdoof/pynab.git
synced 2025-12-13 09:42:17 +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"
|
||||||
@@ -3,6 +3,8 @@ pYNAB
|
|||||||
|
|
||||||
```pYNAB``` is a read-only YNAB4 budget file reader for Python, with support for Python 2.7 and 3.2+
|
```pYNAB``` is a read-only YNAB4 budget file reader for Python, with support for Python 2.7 and 3.2+
|
||||||
|
|
||||||
|
[](https://travis-ci.org/nikdoof/pynab)
|
||||||
|
|
||||||
Why?
|
Why?
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|||||||
1
pynab/tests/__init__.py
Normal file
1
pynab/tests/__init__.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
__author__ = 'nikdoof'
|
||||||
Reference in New Issue
Block a user