Skip to content

Commit 5e6525a

Browse files
committed
Cosmit in tox configs
1 parent 34a08df commit 5e6525a

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

bench.ini

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
[tox]
2-
envlist = py26,py27,py32,py33,py34
2+
envlist=py26,py27,py34,py35
33

44
[testenv]
5-
deps =
6-
pytest
7-
commands=
8-
python bench/speed.py
5+
commands=python bench/speed.py

tox.ini

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
[tox]
2-
envlist = py26,py27,py34,py35
2+
envlist=py26,py27,py34,py35
33

44
[testenv]
5-
deps =
6-
pytest
7-
commands=
8-
py.test []
5+
commands=python setup.py test

0 commit comments

Comments
 (0)