diff options
author | Vincent Driessen <me@nvie.com> | 2016-04-12 16:08:13 +0200 |
---|---|---|
committer | Vincent Driessen <me@nvie.com> | 2016-04-14 12:39:37 +0200 |
commit | 83156b950bb76042198950f2339cb940f1170ee2 (patch) | |
tree | 4235e92f1ec20b65932271bdafb4d4bffd085cf5 | |
parent | 9ae1f213e1b99638ba685f58d489c0afa90a3991 (diff) | |
download | gitpython-83156b950bb76042198950f2339cb940f1170ee2.tar.gz |
Add Python 3.5 env
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,py34,flake8 +envlist = py26,py27,py33,py34,py35,flake8 [testenv] commands = nosetests {posargs} |