Skip to content

Commit

Permalink
fix tox
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil Dhandre <nik.digitronik@live.com>
  • Loading branch information
digitronik committed Feb 11, 2019
1 parent c58c8ea commit 81e585d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[tox]
envlist = py27,py36,pypy,codechecks,black
envlist = py27,py36,py37,pypy,codechecks,black

skip_missing_interpreters = true

# Autoformatter
[testenv:black]
Expand All @@ -8,7 +10,7 @@ skip_install = true
deps =
black
commands =
black -l 99 .
black -l 99 {posargs:setup.py miqsel}

# Lintchecker
[testenv:codechecks]
Expand Down

0 comments on commit 81e585d

Please sign in to comment.