summaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Expand)Author
2017-06-08Integration Testing: tox env, pyxld 2.2.3, and revamp frameworkWesley Wiedenmeier
2017-05-24tox/build: do not package depend on style requirements.Scott Moser
2017-05-23flake8: move the pinned version of flake8 up to 3.3.0Scott Moser
2017-05-22tox: move pylint target to 1.7.1Scott Moser
2017-05-16unittests: fix unittests run on centosJoshua Powers
2017-03-24test: add running of pylintJoshua Powers
2017-03-10tox: add a citest environmentScott Moser
2017-02-06Remove style checking during build and add latest style checks to toxJoshua Powers
2016-12-22integration test: initial commit of integration test frameworkWesley Wiedenmeier
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-10-28Add coverage collection to tox unit tests.Joshua Powers
2016-10-19Fix python2.6 things found running in centos 6.Scott Moser
2016-10-04unittests: fix use of mock 2.0 'assert_called' when running make checkRyan Harper
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