Skip to content

Commit fcfe3d8

Browse files
committed
Hopefully this fixes coverage.
1 parent 6576993 commit fcfe3d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/__init__.py

Whitespace-only changes.

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tox]
22
envlist = flake8,import-order,py35,py27,py33,py34,pypy
3+
skipsdist = true
34

45
[testenv]
56
whitelist_externals =
@@ -12,8 +13,7 @@ deps =
1213
py{py,27,33}: enum34
1314
py{py,27,33,34}: singledispatch
1415
commands =
15-
py{py,27,33,34,35}: bash -c "cd {envsitepackagesdir} && py.test --cov=epoxy {toxinidir}/tests"
16-
16+
py{py,27,33,34,35}: py.test {posargs}
1717

1818
[testenv:flake8]
1919
deps = flake8

0 commit comments

Comments
 (0)