Skip to content

Commit d790d28

Browse files
committed
tox: Use site packages if available
Ideally we want to be testing against the same fedora packages we are likely to be used with.
1 parent f125ad7 commit d790d28

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
envlist = py26,py27,py33
33

44
[testenv]
5-
deps=
5+
sitepackages = True
6+
deps =
67
requests
78
pep8
89
coverage
9-
commands=
10+
commands =
1011
python setup.py test []

0 commit comments

Comments
 (0)