Skip to content

Commit

Permalink
Fixed coveralls testing, added requirement to allow twine check to re…
Browse files Browse the repository at this point in the history
…nder markdown
  • Loading branch information
beveradb committed Jan 31, 2019
1 parent 9493614 commit d329eb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ restructuredtext-lint>=1.2.2
collective.checkdocs>=0.2
coveralls>=1.5.1
pipupgrade>=1.3.0
cmarkgfm>=0.4.2
9 changes: 7 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py35, py36, py37, flake8
envlist = py35, py36, py37, flake8, coverage, coveralls

[travis]
python =
Expand All @@ -13,10 +13,15 @@ deps = flake8
commands = flake8 pysonofflan

[testenv]
passenv = TRAVIS TRAVIS_* COVERALLS_REPO_TOKEN
setenv =
PYTHONPATH = {toxinidir}
deps =
coveralls
commands =
coverage run --source=pysonofflan setup.py test
coveralls

commands = python setup.py test

[pytest]
filterwarnings =
Expand Down

0 comments on commit d329eb8

Please sign in to comment.