File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 1
1
Releasing remote server
2
2
=======================
3
3
4
- 0. Run tests on different operating systems and with different interpreters::
5
-
6
- python test/run.py python
7
- python test/run.py jython # use jython.bat on windows
8
- python test/run.py ipy # some tests fail due to unicode/str issues
9
-
10
- Above commands run both unit and acceptance tests. See `<test/README.rst>`__
11
- for more details.
12
-
13
- Unfortunately the test system does not support testing using Jython 2.2.
14
- We will likely drop support for it in the future, but before that it can
15
- be tested by running the `example <example/README.rst>`__ using it.
4
+ 0. Run tests on different operating systems and with different interpreters.
5
+ See `<test/README.rst >`__ for more details.
16
6
17
7
1. Set ``$VERSION `` shell variable to ease copy-pasting further commands::
18
8
You can’t perform that action at this time.
0 commit comments