diff options
| author | Tobias McNulty <tobias@caktusgroup.com> | 2016-06-19 17:08:41 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-07-20 14:06:28 -0400 |
| commit | 09d38746bafa4b3dd9fc21ffab822ed53087d794 (patch) | |
| tree | c79c8e26d9c1e43186b1992dd74b7f7e6df38e9d /.gitignore | |
| parent | 3ea7167bb599536b48422d1fa841a2d378c98a4a (diff) | |
Fixed #22446 -- Added tox.ini to automate pull request checks.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |
