forked from datastax/python-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
48 lines (44 loc) · 873 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
[tox]
envlist = py26,py27,pypy,py33,py34
[testenv]
deps = nose
mock
ccm
unittest2
pip
PyYAML
six
blist
commands = {envpython} setup.py build_ext --inplace
nosetests --verbosity=2 tests/unit/
[testenv:py33]
deps = nose
mock
pip
PyYAML
six
scales
blist
commands = {envpython} setup.py build_ext --inplace
nosetests --verbosity=2 tests/unit/
[testenv:py34]
deps = nose
mock
pip
PyYAML
six
scales
blist
commands = {envpython} setup.py build_ext --inplace
nosetests --verbosity=2 tests/unit/
[testenv:pypy]
deps = nose
mock
ccm
unittest2
pip
PyYAML
scales
six
commands = {envpython} setup.py build_ext --inplace
nosetests --verbosity=2 tests/unit/