소스 검색

Merge pull request #12116 from mtnbikenc/tox-python

Refine Python version for tox in travis
OpenShift Merge Robot 5 년 전
부모
커밋
97b128af91
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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