Przeglądaj źródła

Merge pull request #12116 from mtnbikenc/tox-python

Refine Python version for tox in travis
OpenShift Merge Robot 5 lat temu
rodzic
commit
97b128af91
1 zmienionych plików z 1 dodań i 1 usunięć
  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