1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-31 02:01:13 +00:00

Add tox config

This commit is contained in:
nvbn 2015-05-07 13:51:27 +02:00
parent 2b12b4bfce
commit 36d80859a4
2 changed files with 7 additions and 1 deletions

6
tox.ini Normal file
View File

@ -0,0 +1,6 @@
[tox]
envlist = py27,py33,py34
[testenv]
deps = -rrequirements.txt
commands = py.test