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
15
.travis.yml
15
.travis.yml
|
|
@ -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//./}
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py26, py27, py3, py33, py34
|
||||
envlist = py26, py27, py3, py33, py34, py35, py36
|
||||
|
||||
[testenv]
|
||||
deps = pytest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue