Skip to content

Add support for diffing against root commit #408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Apr 19, 2016
Prev Previous commit
Next Next commit
Add Python 3.5 env
  • Loading branch information
nvie committed Apr 14, 2016
commit 83156b950bb76042198950f2339cb940f1170ee2
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33,py34,flake8
envlist = py26,py27,py33,py34,py35,flake8

[testenv]
commands = nosetests {posargs}
Expand Down