Skip to content

Commit

Permalink
Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Apr 16, 2018
1 parent 7ef0198 commit b396f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -28,7 +28,7 @@ setenv =
COVERAGE_FILE=.coverage.{envname}

[testenv:coverage-report]
basepython = python2.7
basepython = python3.6
deps = coverage
setenv =
COVERAGE_FILE=.coverage
Expand All @@ -38,7 +38,7 @@ commands =
coverage combine
coverage html -i
coverage xml -i
coverage report -i
coverage report -i --fail-under=79

[testenv:isort]
basepython = python2.7
Expand Down

0 comments on commit b396f15

Please sign in to comment.