Skip to content

Commit 18505f7

Browse files
committed
bugfix #1229 - switch tox env to py prefix
1 parent 232980a commit 18505f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ clean-pyc:
2323
find . -name '*~' -exec rm -f {} +
2424

2525
lint:
26-
tox -elint-py3{6,5}
26+
tox -epy3{6,5}-lint
2727

2828
test:
2929
py.test --tb native tests

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ envlist=
66
py{36}-rpc-state-{frontier,homestead,eip150,eip158,byzantium,quadratic}
77
py{35,36}-native-state-{frontier,homestead,eip150,eip158,byzantium,constantinople,metropolis}
88
py37-{core,trinity,trinity-integration}
9-
lint-py{35,36}
9+
py{35,36}-lint
1010

1111
[flake8]
1212
max-line-length= 100

0 commit comments

Comments
 (0)