summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 1747ad5a8205056cd3e93ec19284ad21a27d9da0 (plain)
1
2
3
4
5
6
7
8
9
[tox]
envlist = py27, py34

[testenv]
pip_pre = True
deps = 
    pip >= 7.0.0
    pytest
commands = python run_tests.py