diff options
author | Luke Meyer <lmeyer@redhat.com> | 2017-12-11 11:29:39 -0500 |
---|---|---|
committer | Luke Meyer <lmeyer@redhat.com> | 2017-12-11 14:50:47 -0500 |
commit | c7149027c8fcf766c2a3fcfc1aa1e5d5e5138b8c (patch) | |
tree | a7f9fa0b4ad81790160313dca73ff87f6300c319 /tox.ini | |
parent | 54c10a0312eb4f168035573f6b8260e1b9b99d91 (diff) | |
download | openshift-c7149027c8fcf766c2a3fcfc1aa1e5d5e5138b8c.tar.gz openshift-c7149027c8fcf766c2a3fcfc1aa1e5d5e5138b8c.tar.bz2 openshift-c7149027c8fcf766c2a3fcfc1aa1e5d5e5138b8c.tar.xz openshift-c7149027c8fcf766c2a3fcfc1aa1e5d5e5138b8c.zip |
remove integration tests from tox
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3,7 +3,6 @@ minversion=2.3.1 envlist = py{27,35}-{flake8,pylint,unit} py27-{yamllint,ansible_syntax,generate_validation} - integration skipsdist=True skip_missing_interpreters=True @@ -14,7 +13,6 @@ deps = -rtest-requirements.txt unit: -eutils py35-flake8: flake8-bugbear==17.3.0 - integration: docker-py==1.10.6 commands = unit: pytest {posargs} @@ -23,4 +21,3 @@ commands = yamllint: python setup.py yamllint generate_validation: python setup.py generate_validation ansible_syntax: python setup.py ansible_syntax - integration: python -c 'print("run test/integration/run-tests.sh")' |