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

View File

@ -75,4 +75,4 @@ class TestZsh(object):
return_value=1430707243.3517463)
shells.Zsh().put_to_history('ls')
builtins_open.return_value.__enter__.return_value. \
write.assert_called_once_with(': 1430707243:0;ls\n')
write.assert_called_once_with(': 1430707243:0;ls\n')

6
tox.ini Normal file
View File

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