From 09d38746bafa4b3dd9fc21ffab822ed53087d794 Mon Sep 17 00:00:00 2001 From: Tobias McNulty Date: Sun, 19 Jun 2016 17:08:41 -0400 Subject: Fixed #22446 -- Added tox.ini to automate pull request checks. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 206b38da04..238fb3a200 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.egg-info *.pot *.py[co] +.tox/ __pycache__ MANIFEST dist/ -- cgit v1.3