summaryrefslogtreecommitdiffstats
path: root/README
blob: 07d7a27b226b150989881433a43ac29834651b52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
=======
Testing
=======

Install 'tox' package first:

    $ pip install tox

Run all the tests (currently, it is only pep8 checks):

    $ tox

Run only 'pep8' checks:

    $ tox -e pep8