Skip to content

Commit

Permalink
Adding code coverage for kvesteri#414
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly authored May 25, 2020
1 parent d9cd604 commit ee551c0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@ envlist = py35, py36, py37, lint

[testenv]
commands =
py.test sqlalchemy_utils tests
py.test sqlalchemy_utils --cov=sqlalchemy_utils --cov-report=xml tests
deps =
.[test_all]
passenv = SQLALCHEMY_UTILS_TEST_DB SQLALCHEMY_UTILS_TEST_POSTGRESQL_USER SQLALCHEMY_UTILS_TEST_MYSQL_USER
pytest-cov
passenv =
SQLALCHEMY_UTILS_TEST_DB
SQLALCHEMY_UTILS_TEST_POSTGRESQL_USER
SQLALCHEMY_UTILS_TEST_MYSQL_USER
CI
TRAVIS
TRAVIS_*

[testenv:py35]
recreate = True
Expand Down

0 comments on commit ee551c0

Please sign in to comment.