Skip to content

Commit

Permalink
Update configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Apr 18, 2018
1 parent d7d5d84 commit 5d73a43
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tox.ini
Expand Up @@ -21,7 +21,8 @@ setenv =
COVERAGE_FILE=.coverage.{envname}

[testenv:coverage]
basepython = python2.7
basepython = python3.6
skip_install = true
deps = coverage
setenv =
COVERAGE_FILE=.coverage
Expand All @@ -30,10 +31,10 @@ commands =
coverage combine
coverage html
coverage xml
coverage report
coverage report --fail-under=67

[testenv:flake8]
basepython = python2.7
basepython = python3.6
deps =
flake8
flake8-html
Expand Down

0 comments on commit 5d73a43

Please sign in to comment.