Skip to content

Commit

Permalink
Fix python versions for lint env.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 7, 2020
1 parent 30c2986 commit 0074e7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: python
matrix:
include:
- name: "lint"
python: "3.6"
python: "3.8"
env: TOXENV=lint
- python: "2.7"
env: TOXENV=py27
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ setenv =
COVERAGE_FILE=.coverage.{envname}

[testenv:coverage]
basepython = python3.8
basepython = python3
commands =
coverage erase
coverage combine
Expand All @@ -37,7 +37,7 @@ setenv =
COVERAGE_FILE=.coverage

[testenv:lint]
basepython = python3.8
basepython = python3
commands_pre =
mkdir -p {toxinidir}/parts/lint
commands =
Expand Down

0 comments on commit 0074e7c

Please sign in to comment.