Merge pull request #38 from mpasternak/master

Adding badges and Travis for lastest Python versions.
This commit is contained in:
Christopher Ramírez 2017-05-02 16:51:17 -06:00 committed by GitHub
commit 71c7badf30
3 changed files with 18 additions and 7 deletions

View file

@ -1,7 +1,10 @@
install: pip install -U tox
language: python
python:
- "2.6"
- "2.7"
- "3.3"
install: "python setup.py develop"
script: "python setup.py test"
python:
- 2.6
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
script: tox -e py${TRAVIS_PYTHON_VERSION//./}

View file

@ -1,5 +1,13 @@
# SECRETARY
<a href="https://pypi.python.org/pypi/secretary">
<img src="https://img.shields.io/pypi/v/secretary.svg">
</a>
<a href="https://travis-ci.org/christopher-ramirez/secretary">
<img src="https://img.shields.io/travis/christopher-ramirez/secretary.svg">
</a>
#### Take the power of Jinja2 templates to OpenOffice and LibreOffice and create reports in your web applications.

View file

@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py3, py33, py34
envlist = py26, py27, py3, py33, py34, py35, py36
[testenv]
deps = pytest