Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Mar 31, 2019
1 parent 6b5f9d8 commit b80665f
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions ssl/tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[tox]
minversion = 2.0
skip_missing_interpreters = true
basepython = py27
basepython = py37
envlist =
{py27,py36}-ssl
py{27,37}
flake8

[testenv]
dd_check_style = true
usedevelop = true
platform = linux|darwin|win32
deps =
Expand All @@ -18,12 +19,3 @@ passenv =
commands =
pip install -r requirements.in
pytest -v

[testenv:flake8]
skip_install = true
deps = flake8
commands = flake8 .

[flake8]
exclude = .eggs,.tox,build
max-line-length = 120

0 comments on commit b80665f

Please sign in to comment.