Skip to content

Commit

Permalink
tox: fix tox run
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo committed Oct 7, 2018
1 parent 2a9f501 commit 30f5544
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tox]
envlist = py27,py34,py35,py36,lint
[testenv]
extras = dev
extras = test
commands=
pytest

[testenv:lint]
basepython = python3.6
extras = dev, lint
extras = test, lint
commands =
black --check --verbose ziggurat_foundations
black --check --verbose ziggurat_foundations

0 comments on commit 30f5544

Please sign in to comment.