Update tox.ini to use ansible-test.

This commit is contained in:
Matt Clay
2017-06-30 14:53:32 -07:00
parent 46514de5e6
commit 7ab4a889ad
4 changed files with 14 additions and 50 deletions

View File

@@ -182,7 +182,7 @@ def parse_args():
integration.add_argument('--python',
metavar='VERSION',
choices=SUPPORTED_PYTHON_VERSIONS,
choices=SUPPORTED_PYTHON_VERSIONS + ('default',),
help='python version: %s' % ', '.join(SUPPORTED_PYTHON_VERSIONS))
integration.add_argument('--start-at',
@@ -281,7 +281,7 @@ def parse_args():
compiler.add_argument('--python',
metavar='VERSION',
choices=COMPILE_PYTHON_VERSIONS,
choices=COMPILE_PYTHON_VERSIONS + ('default',),
help='python version: %s' % ', '.join(COMPILE_PYTHON_VERSIONS))
add_lint(compiler)
@@ -313,7 +313,7 @@ def parse_args():
sanity.add_argument('--python',
metavar='VERSION',
choices=SUPPORTED_PYTHON_VERSIONS,
choices=SUPPORTED_PYTHON_VERSIONS + ('default',),
help='python version: %s' % ', '.join(SUPPORTED_PYTHON_VERSIONS))
sanity.add_argument('--base-branch',

View File

@@ -1,16 +0,0 @@
#
# Test requirements
#
nose
mock >= 1.0.1, < 1.1
passlib
coverage
coveralls
unittest2
redis
python3-memcached
python-systemd
botocore
boto3
pytest

View File

@@ -1,18 +0,0 @@
#
# Test requirements
#
nose
mock >= 1.0.1, < 1.1
passlib
coverage
coveralls
unittest2
redis
python-memcached
python-systemd
cryptography
pycrypto
botocore
boto3
pytest