-
Notifications
You must be signed in to change notification settings - Fork 7
/
CHANGES
60 lines (38 loc) · 1003 Bytes
/
CHANGES
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
=======
Changes
=======
0.6.0 (*2021-04-25*)
====================
- drop python 3.5
- add python 3.8, 3.9
- support pytest 6.x
0.5.0 (*2018-12-09*)
====================
- drop python 2 support
- require doit==0.31, pytest==4.0
0.4.2 (*2015-05-08*)
====================
- fix tox. include dependencies
0.4.1 (*2015-05-08*)
====================
- include tests and docs on distribution package
0.4.0 (*2015-05-07*)
====================
- move development to github
- major re-rewrite, renamed all command line options
- support for python 3
- re-ordering of test execution
0.3.0 (*2013-01-09*)
=====================
- fixes to work with latest doit (0.20)
0.2.0 (*2011-05-07*)
=====================
- added option --graph-dependencies
- support for xdist --dist=load
- added option --list-dependencies
- added option --list-outdated
- fix bug. correctly detect when a test fails
- rename option --watch-pkg to --watch-path
0.1.0 (*2011-04-25*)
====================
- initial release