Browse Source

remove integration tests from tox

Luke Meyer 7 years ago
parent
commit
c7149027c8
3 changed files with 0 additions and 3 deletions
  1. 0 0
      test/integration/build-images.sh
  2. 0 0
      test/integration/run-tests.sh
  3. 0 3
      tox.ini

+ 0 - 0
test/integration/build-images.sh


+ 0 - 0
test/integration/run-tests.sh


+ 0 - 3
tox.ini

@@ -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")'