summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 9a11578260910c042d9d622fccc2dd18f7ca44e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tox]
envlist = py26, py27, py33, py34, py35, pypy
sitepackages = False

[testenv]
deps =
	  six
	  dexml
	  nose
	  py26,py27: paramiko
	  py26,py27: boto
	  py26,py27: mako
	  py26,py27: pyftpdlib
changedir=.tox
commands = nosetests {posargs:-v fs.tests}