8000 Update/Clean up tox.ini configuration · bozhou94/fluent-logger-python@6c78609 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c78609

Browse files
committed
Update/Clean up tox.ini configuration
Recent tox.ini as predefined definitions for most python interpreters so just remove them. Also, py32 and py33 are not available on current OSX release so enabling the skip_missing_interpreter looks like a good idea for development purpose.
1 parent a782bef commit 6c78609

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

tox.ini

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
[tox]
2-
envlist = py26, py27, py32
2+
minversion = 1.7.2
3+
envlist = py26, py27, py32, py33, py34
4+
skip_missing_interpreters = True
35

46
[testenv]
57
commands=python setup.py test
6-
7-
[testenv:py26]
8-
basepython = python2.6
9-
10-
[testenv:py27]
11-
basepython = python2.7
12-
13-
[testenv:py32]
14-
basepython = python3.2

0 commit comments

Comments
 (0)
0