Explorar el Código

Merge pull request #12116 from mtnbikenc/tox-python

Refine Python version for tox in travis
OpenShift Merge Robot hace 5 años
padre
commit
97b128af91
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -1,6 +1,6 @@
 [tox]
 envlist =
-    py3-{flake8,pylint,yamllint,ansible_syntax}
+    py36-{flake8,pylint,yamllint,ansible_syntax}
 skipsdist=True
 skip_missing_interpreters=True