Skip to content

Commit

Permalink
- rename tox linting environment
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jun 26, 2020
1 parent 76bfc13 commit 6449f8c
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:
- python: "3.6"
env: TOXENV=lint-py36
env: TOXENV=lint
- python: "3.5"
env: TOXENV=py35
- python: "3.6"
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
py37,
py38,
py39,
lint-py36
lint,
coverage-report

[testenv]
Expand Down Expand Up @@ -67,7 +67,7 @@ commands =
autopep8 --verbose --in-place --recursive --aggressive --aggressive {toxinidir}/src setup.py
docformatter --in-place --recursive {toxinidir}/src setup.py

[testenv:lint-py36]
[testenv:lint]
basepython = python3.6
skip_install = true

Expand Down

0 comments on commit 6449f8c

Please sign in to comment.