Skip to content

Commit

Permalink
tox.ini: don't run xenial env by default
Browse files Browse the repository at this point in the history
It fails with more recent version of Python (at least 3.8), so it
doesn't make sense as a default environment for developers who will,
increasingly, be using a version of Python with which xenial's pytest is
incompatible.

(Note that this _does not_ remove the xenial env from our CI, so PRs
_will_ still be tested against the xenial set of libraries.)
  • Loading branch information
OddBloke committed Feb 25, 2020
1 parent 01843fd commit 9899cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py3, xenial, pycodestyle, pyflakes, pylint
envlist = py3, pycodestyle, pyflakes, pylint
recreate = True

[testenv]
Expand Down

0 comments on commit 9899cf1

Please sign in to comment.