Browse Source

Refine Python version for tox in travis

Russell Teague 5 years ago
parent
commit
fb21a694d9
1 changed files with 1 additions and 1 deletions
  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