Merge pull request #38 from mpasternak/master
Adding badges and Travis for lastest Python versions.
This commit is contained in:
commit
71c7badf30
3 changed files with 18 additions and 7 deletions
13
.travis.yml
13
.travis.yml
|
|
@ -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//./}
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue