You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,3 @@ installed automatically with the Python Toolbox.
69
69
When `python_toolbox` isn't installed, you may run `nosetests` at the repo root
70
70
to run the tests.
71
71
72
-
# Current state #
73
-
74
-
The Python Toolbox is at version 0.6.0, which is an alpha release. At this experimental stage of the project, backward compatibility will _not_ be maintained.
Copy file name to clipboardExpand all lines: setup.py
+14-3Lines changed: 14 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -100,25 +100,36 @@ def get_packages():
100
100
101
101
CI server: https://jenkins.shiningpanda.com/python-toolbox/job/python_toolbox/
102
102
103
+
104
+
Tests
105
+
=====
106
+
107
+
Test can be run by running the ``_test_python_toolbox.py`` script that's
108
+
installed automatically with the Python Toolbox.
109
+
110
+
When ``python_toolbox`` isn't installed, you may run ``nosetests`` at the repo
111
+
root to run the tests.
112
+
113
+
103
114
Roadmap
104
115
=======
105
116
106
117
Present
107
118
-------
108
119
109
-
Python Toolbox is at version 0.6.0, which is an alpha release. It's being used in production every day, but backward compatibility isn't guaranteed yet.
120
+
Python Toolbox is at version 0.6.0, which is an alpha release. It's being used\
121
+
in production every day, but backward compatibility isn't guaranteed yet.
110
122
111
123
Next tasks
112
124
----------
113
125
114
-
Making Python Toolbox support Python 3.x, and the packaging arrangements necessary.
115
-
116
126
Adding more useful tools.
117
127
118
128
Future
119
129
------
120
130
121
131
Make a 1.0 release and start maintaining backward compatibility.
0 commit comments