forked from tox-dev/detox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
73 lines (49 loc) · 2.02 KB
/
CHANGELOG
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
0.13.0
-----------------------
- (fix `#283 <https://github.com/tox-dev/tox/issues/283>`_) detox creates virtualenvs
repeatedly and unnecessarily - by Thomas Steinke
0.12.0
-----------------------
- (fix `#792 <https://github.com/tox-dev/tox/issues/792>`_) bump tox version constraint
to <4.0 - by Pi Delport
- support and test with Python 2.7, 3.4+ - by Miro Hrončok
- fix project url to point ot github - by Neil Halelamien
- remove some unused imports - by Nir Soffer
0.11.0
-----------------------
- #406: Add support for running detox as python -m detox
Thanks André Caron (@AndreLouisCaron).
- (infrastructure) add Travis CI setup.
Thanks Timothée Mazzucotelli (@Pawamoy).
- add "-n NUMPROC" option to set number of processes. The default
is the number of CPUs as determined by multiprocessing.cpu_count()
or "2" if the call does not work (e.g. on py27/windows).
Thanks Timothée Mazzucotelli (@Pawamoy).
0.10.0
-----------------------
- get compatible again to tox-2.0
0.9.4
-----------------------
- get compatible again to eventlet by avoiding to import
eventlet.processes, thanks Takeshi Komiya for the PR.
- make detox honor skipsdist. Thanks Timoth Messier for the PR.
- change license to MIT
0.9.3
-----------------------
- fix issue6: quickly make detox work with tox-1.6 again (although not all 1.6 features
supported, e.g. --develop does not work)
- fix issue3: don't claim a TROVE identifier of "python3" because detox
itself depends on eventlet which does not work on py3 yet. (Nevertheless
detox will create py3 environments through tox of course)
- fix issue1: support python2.5 again (although we might drop it in the
future -- it's enough of tox/detox can _create_ and handle py25 environments,
they don't neccessarily need to support running themselv on py25)
0.9.2
-----------------------
- fix issue4 - fail properly if sdist-packaging fails
0.9.1
-----------------------
- fix issue5 - small adjustments to work with latest tox-1.4.3 version
0.9
-----------------------
- initial release