Skip to content

Commit

Permalink
workaround(travis) Python 3.6 testing failing, work-around
Browse files Browse the repository at this point in the history
As much as we'd like to have testing against Python 3.6, the deps install
does not respect provided order and therefore fails. Disable testing
against Python 3.6.
  • Loading branch information
dnorthup-ums committed Jun 8, 2021
1 parent 9f4ef9c commit 5f9cd03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
env:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{27,35,36,37,38}-ansible{27,28,29,210}
py{27,35,37,38}-ansible{27,28,29,210,211}
skipsdist = True

[travis:env]
Expand Down

0 comments on commit 5f9cd03

Please sign in to comment.