-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python 2.6 is EOL since long time ago and fully unsupported by recent linux distributions; even Ubuntu did not ship it at least since 12.04 LTS. Python 3.3 is EOL as well and is not included in any actively supported major linux distribution. In the meantime Python 3.6 was released, which is shipped by all actively supported major linux distributions of the time and will be shipped in Ubuntu 18.04 LTS.
- Loading branch information
Showing
2 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[tox] | ||
envlist = py26, py27, py33, py34, py35 | ||
envlist = py27, py34, py35, py36 | ||
|
||
[testenv] | ||
deps = | ||
|