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 language: python
python: python:
- "2.6" - 2.6
- "2.7" - 2.7
- "3.3" - 3.3
install: "python setup.py develop" - 3.4
script: "python setup.py test" - 3.5
- 3.6
script: tox -e py${TRAVIS_PYTHON_VERSION//./}

View file

@ -1,5 +1,13 @@
# SECRETARY # 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. #### Take the power of Jinja2 templates to OpenOffice and LibreOffice and create reports in your web applications.

View file

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