blob: 076ea63718805400c5580af8a87da7fd10074b8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[tox]
envlist = py{27,34,35,36}{,-lxml}
skip_missing_interpreters = True
[testenv]
deps = nose
coverage
pycrypto
python-dateutil
lxml: lxml
commands = nosetests
setenv=
PYTHONWARNINGS=all
|