Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Updated tox configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Mar 28, 2017
1 parent 60a870f commit 214b485
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[tox]
envlist= py34, py35, py36, lint, isort
skip_missing_interpreters = True

[testenv]
deps =
Expand All @@ -11,12 +12,12 @@ commands =

[testenv:lint]
deps =
flake8
flake8
commands =
flake8
flake8

[testenv:isort]
deps =
isort
isort
commands =
isort --check-only --recursive --diff lxdock tests
isort --check-only --recursive --diff lxdock tests

0 comments on commit 214b485

Please sign in to comment.