Removed comment about python2
This commit is contained in:
parent
70bf1c74c4
commit
519fc8a8d6
3
setup.py
3
setup.py
@ -45,8 +45,7 @@ class TestCommand(Command):
|
||||
# set credentials and OfflineImap command to be executed:
|
||||
OLITestLib(cred_file='./test/credentials.conf', cmd='./offlineimap.py')
|
||||
suite = TestLoader().discover('./test/tests')
|
||||
#TODO: failfast does not seem to exist in python2.6?
|
||||
TextTestRunner(verbosity=2,failfast=True).run(suite)
|
||||
TextTestRunner(verbosity=2, failfast=True).run(suite)
|
||||
|
||||
|
||||
setup(name = "offlineimap",
|
||||
|
Loading…
Reference in New Issue
Block a user