#101 Drop py26 from tox config
Merged 4 years ago by lsedlar. Opened 4 years ago by lsedlar.
lsedlar/compose-utils tox-py26  into  master

file modified
+2 -3
@@ -1,5 +1,5 @@ 

  [tox]

- envlist=py26,py27,py35,py36,py37,py38

+ envlist=py27,py35,py36,py37,py38

  skip_missing_interpreters = true

  minversion=3.12.0

  
@@ -7,8 +7,7 @@ 

  deps=

    nose

    mock

-   py26: freezegun<0.3.11

-   !py26: freezegun

+   freezegun

    unittest2

    koji

    kobo>=0.10.0

We still need to support it, but Tox does not really use it, and instead is using default python version. That gives false sense of security.

rebased onto 5cfd0c8

4 years ago

Pull-Request has been merged by lsedlar

4 years ago