diff options
author | Chris Church <chris@ninemoreminutes.com> | 2013-06-22 22:27:09 +0200 |
---|---|---|
committer | Chris Church <chris@ninemoreminutes.com> | 2013-06-22 22:27:17 +0200 |
commit | d822287609d4e08a8076f65e716712de5517f69f (patch) | |
tree | 51a80bb69258ed68fd5f063665a6233b09ea8284 /.gitignore | |
parent | Fixed mislabeled help pop-overs (diff) | |
download | awx-d822287609d4e08a8076f65e716712de5517f69f.tar.xz awx-d822287609d4e08a8076f65e716712de5517f69f.zip |
Updated to be compatible with Django 1.4.5, added tox settings for automated testing with Python 2.6/2.7 and Django 1.4/1.5.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 640eb65128..fbd481b86a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,4 @@ rpm-build coverage.xml pep8.txt .vagrant* - +.tox |