Skip to content

Commit 4f9de72

Browse files
committed
Drop RHEL6 tests and doctest.
1 parent f3ec845 commit 4f9de72

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

tox.ini

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,19 @@
11
[tox]
2-
envlist = py26, py27, py33, py34, py35, py36, rhel6, docs
2+
envlist = py26, py27, py33, py34, py35, py36, docs
33

44
[testenv]
55
commands =
66
nosetests cybox
7-
sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs {envtmpdir}/doctest
7+
# sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs {envtmpdir}/doctest
88
deps = -rrequirements.txt
99

10-
[testenv:rhel6]
11-
commands =
12-
nosetests cybox --exclude=ciq_test.py
13-
# Pin specific versions of LXML and python-dateutil which match what is on RHEL6
14-
deps =
15-
lxml==2.2.3
16-
python-dateutil==1.4.1
17-
nose==1.3.7
18-
1910
[testenv:docs]
2011
commands =
2112
sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
2213

2314
[travis]
2415
python =
25-
2.6: py26, rhel6
16+
2.6: py26
2617
2.7: py27, docs
2718
3.3: py33
2819
3.4: py34

0 commit comments

Comments
 (0)