Skip to content

Commit

Permalink
Use tox
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed May 15, 2018
1 parent 9b58d1b commit eeb0928
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -9,7 +9,10 @@ before_install:
- pandoc -v
install:
- pip install coveralls
- pip install tox-travis
script:
- tox
- coverage run --source=pandoc_latex_admonition setup.py test
- coverage report -m
after_success:
- coveralls
6 changes: 6 additions & 0 deletions tox.ini
@@ -0,0 +1,6 @@
[tox]
envlist = py27,py34,py35

[testenv]
deps = pytest
commands = pytest

0 comments on commit eeb0928

Please sign in to comment.