aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
blob: c2c4dbdac325c950d9945aa1c716662341a68120 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[tox]
envlist =
    py26,
    py27,
    py32,
    py33,
    py34,
    py35,
    pep8,

[testenv]
commands = python test_uritemplate.py

[testenv:pep8]
deps =
    flake8
commands =
    flake8 {posargs} .