Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
remove py26 from tox
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Jun 18, 2020
1 parent 2d0891d commit f734c8e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py33, py34, py35, py36, py37, py38
envlist = py27, py33, py34, py35, py36, py37, py38
skip_missing_interpreters=true

[testenv]
Expand All @@ -8,10 +8,6 @@ setenv =
LC_ALL = C
SAGE_ROOT = {toxinidir}/..

[testenv:py26]
deps = unittest2
commands = unit2 discover

[testenv:py27]
commands=python2.7 -m unittest discover

Expand Down

0 comments on commit f734c8e

Please sign in to comment.