Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into work
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola authored Jun 15, 2018
2 parents 8a6e02d + f9354e9 commit 1cb006b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tests/testArgumentsParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def testExistingKey(self):
args = get_common_args(self.parser, '-k /etc/passwd'.split())
self.assertEqual('/etc/passwd', args['keyfile'])


def testDefaultLogLevel(self):
def testDefaultKey(self):
args = get_common_args(self.parser, [])
self.assertEqual(misc.KEY_FILE, args['keyfile'])
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[tox]
envlist=py27, py33, py34, pypy
envlist=py35, py36, pypy
skip_missing_interpreters=True
[testenv]
commands={envpython} setup.py test

0 comments on commit 1cb006b

Please sign in to comment.