mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 00:58:31 +02:00
Travis CI integration
This commit is contained in:
parent
386c574815
commit
8418c2f696
2 changed files with 10 additions and 3 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.7"
|
||||||
|
- "3.2"
|
||||||
|
install: "pip install cling parsedatetime simplejson --use-mirrors"
|
||||||
|
# command to run tests
|
||||||
|
script: nosetests
|
2
setup.py
2
setup.py
|
@ -81,7 +81,7 @@ setup(
|
||||||
],
|
],
|
||||||
# metadata for upload to PyPI
|
# metadata for upload to PyPI
|
||||||
author = "Manuel Ebert",
|
author = "Manuel Ebert",
|
||||||
author_email = "manuel.ebert@upf.edu",
|
author_email = "manuel@herelabs.com",
|
||||||
license = "MIT License",
|
license = "MIT License",
|
||||||
keywords = "journal todo todo.txt jrnl".split(),
|
keywords = "journal todo todo.txt jrnl".split(),
|
||||||
url = "http://maebert.github.com/jrnl",
|
url = "http://maebert.github.com/jrnl",
|
||||||
|
|
Loading…
Add table
Reference in a new issue