-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtox.ini
40 lines (36 loc) · 930 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[tox]
envlist = pypy,py27,py33,py34,docs
skipsdist = true
[testenv]
#changedir = savReaderWriter
deps =
setuptools
nose
gocept.testing
numpy
#cython
install_command =
pip install egenix-mx-base {packages}
commands =
#python {toxinidir}/savReaderWriter/cWriterow/setup.py build_ext --inplace
# nosetests []
nosetests --with-xunit --xunit-file=junit-{envname}.xml --verbosity=3
setenv =
PYTHONWARNINGS = ignore
SAVRW_USE_CWRITEROW = off
[testenv:pypy]
deps =
setuptools
nose
gocept.testing
install_command =
pip install git+https://bitbucket.org/pypy/numpy.git {packages}
[testenv:docs]
basepython = python2.7
changedir = savReaderWriter/documentation
deps =
sphinx
sphinxcontrib-exceltable
numpydoc
commands =
sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html