diff options
| author | Hugo <hugovk@users.noreply.github.com> | 2018-03-18 22:47:18 +0200 |
|---|---|---|
| committer | Hugo <hugovk@users.noreply.github.com> | 2018-03-18 22:47:18 +0200 |
| commit | 80b038f8d8c7c67c148ebd7a5f7a0cb39541b761 (patch) | |
| tree | 0aa046133f185069cc74fd16e97ef5f3edcbef0a /tox.ini | |
| parent | f773b4cedad84da3ab3f548a6293dca7a0ec2707 (diff) | |
| download | gitpython-80b038f8d8c7c67c148ebd7a5f7a0cb39541b761.tar.gz | |
Drop support for EOL Python 3.3
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py27,py33,py34,py35,py36,flake8 +envlist = py27,py34,py35,py36,flake8 [testenv] commands = nosetests {posargs} |
