forked from Mindwerks/worldengine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
53 lines (44 loc) · 904 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
41
42
43
44
45
46
47
48
49
50
51
52
53
[tox]
envlist = py27, py34, pypy, pyflakes, manifest
skip_install = True
skipsdist = True
[base]
deps =
PyPlatec
noise
nose
six
pypng
[testenv]
deps =
coverage
Cython
numpy==1.9.2
pygdal==1.11.3.3
protobuf==3.0.0a3
h5py
{[base]deps}
commands =
{envpython} --version
nosetests --version
coverage run --source worldengine --branch {envdir}/bin/nosetests tests -v
coverage report --omit=worldengine/tests/* --show-missing
[testenv:pypy]
install_command = pip install {opts} {packages} --no-deps
deps =
cffi
git+https://bitbucket.org/pypy/numpy.git
protobuf==3.0.0a3
{[base]deps}
commands =
{envpython} --version
nosetests --version
{envdir}/bin/nosetests tests -v
[testenv:pyflakes]
deps = pyflakes
commands = pyflakes worldengine
[testenv:manifest]
deps =
check-manifest
commands =
check-manifest