summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2015-07-12 23:27:29 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2015-07-12 23:27:29 -0700
commit55ee33fd9b106d37d86205c07ef8126734b3ab6c (patch)
treed92318a40cdda38f4e8fce009fbbb31cd7366fcc /tox.ini
parent0463dcf7d2350ebca5c680afa5d9da2dbf3d8ec0 (diff)
downloadisort-55ee33fd9b106d37d86205c07ef8126734b3ab6c.tar.gz
Add python3.5 to tox
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 94f069d7..da1940a0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,15 +6,15 @@
[tox]
envlist =
isort-check,
- py26, py27, py32, py33, py34, pypy
+ py26, py27, py32, py33, py34, py35, pypy
[testenv]
-commands =
+commands =
py.test {posargs}
deps =
pytest
[testenv:isort-check]
-commands =
+commands =
python setup.py isort
deps =