summaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Expand)Author
2016-09-30Improve module documentation and doc cleanup.Wesley Wiedenmeier
2016-06-10Less less tweaking of tox.iniJoshua Harlow
2016-06-10Less tweaking of tox.iniJoshua Harlow
2016-05-24Remove 26 from default tox.ini listingJoshua Harlow
2016-05-24Revert some of the alterations of the tox.ini fileJoshua Harlow
2016-05-19Fix up tests and flake8 warningsJoshua Harlow
2016-05-19Remerge against head/masterJoshua Harlow
2016-05-12run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2016-05-11Fix py26 for rhel (and older versions of python)Joshua Harlow
2016-03-04Apply pep8, pyflakes fixes for python2 and 3Scott Moser
2016-03-03run pyflakes in more places, fix falloutScott Moser
2016-02-29tox.ini: only specify py3 not specific py34Scott Moser
2016-02-04tox: use test-requirements.txt and requirements.txtScott Moser
2015-02-24tox: set LC_ALL=en_US.utf-8 rather than CScott Moser
2015-02-18Set LC_ALL=C for tox tests.Daniel Watkins
2015-02-11Enable passing arguments to nose via tox.Daniel Watkins
2015-01-26Repair the Python 2.6 tests.Barry Warsaw
2015-01-22Convert helpers.py and test_data.py from mocker to mock.Barry Warsaw
2015-01-22Use .addCleanup() instead of a .tearDown() where appropriate, although weBarry Warsaw
2015-01-22Port test__init__.py to unittest.mock.Barry Warsaw
2015-01-21* Added a simple tox.ini fileBarry Warsaw