summaryrefslogtreecommitdiff
path: root/INSTALL.txt
blob: c45a8c19db5e6e9d1cbcde3f7abbebb02c3df4ff (plain)
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
Installing Test Repository
++++++++++++++++++++++++++

Run time dependencies
~~~~~~~~~~~~~~~~~~~~~

* Either:
 + Python 2: version 2.7 or newer
 + Python 3: version 3.4 or newer

* subunit (0.0.18 or newer).

* fixtures (https://launchpad.net/python-fixtures, or
   http://pypi.python.org/pypi/fixtures/).

Test dependencies
~~~~~~~~~~~~~~~~~

* testtools 0.9.8 or newer (the python-testtools package, or
   http://pypi.python.org/pypi/testtools/).

* testresources (https://launchpad.net/testresources, or
   http://pypi.python.org/pypi/testresources/).

* testscenarios (https://launchpad.net/testscenarios).

Installing
~~~~~~~~~~

* ./setup.py install