Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-10 | Less less tweaking of tox.ini | Joshua Harlow | |
2016-06-10 | Less tweaking of tox.ini | Joshua Harlow | |
2016-05-24 | Remove 26 from default tox.ini listing | Joshua Harlow | |
2016-05-24 | Revert some of the alterations of the tox.ini file | Joshua Harlow | |
2016-05-19 | Fix up tests and flake8 warnings | Joshua Harlow | |
2016-05-19 | Remerge against head/master | Joshua Harlow | |
2016-05-12 | run flake8 instead of pyflakes in tox. expect tests/ to pass flake8. | Scott Moser | |
2016-05-12 | Fix up a ton of flake8 issues | Joshua Harlow | |
2016-05-11 | Fix py26 for rhel (and older versions of python) | Joshua Harlow | |
2016-03-04 | Apply pep8, pyflakes fixes for python2 and 3 | Scott Moser | |
Update make check target to run pep8 and run pyflakes or pyflakes3 depending on the value of 'PYVER'. This way the python3 build environment does not need python2 and vice versa. Also have make check run the 'yaml' test. tox: have tox run pep8 in the pyflakes | |||
2016-03-03 | run pyflakes in more places, fix fallout | Scott Moser | |
this makes 'make' run pyflakes, so failures there will stop a build. also adds it to tox. | |||
2016-02-29 | tox.ini: only specify py3 not specific py34 | Scott Moser | |
This makes tox work on xenial where python3 is python3.5 and on older (trusty) where python3 is python3.4. | |||
2016-02-04 | tox: use test-requirements.txt and requirements.txt | Scott Moser | |
This just allows stops us from repeating ourselves in tox.ini from what is in test-requirements and requirements.txt. | |||
2015-02-24 | tox: set LC_ALL=en_US.utf-8 rather than C | Scott Moser | |
this works around an issue in httpretty where it is not able to install in tox if LC_ALL is set to C. | |||
2015-02-18 | Set LC_ALL=C for tox tests. | Daniel Watkins | |
As Python 3 uses the locale it's running in to determine the encoding it should use by default, we need this to (a) reproduce a problem we're seeing on Azure, and (b) to have tests run consistently between environments. | |||
2015-02-11 | Enable passing arguments to nose via tox. | Daniel Watkins | |
2015-01-26 | Repair the Python 2.6 tests. | Barry Warsaw | |
2015-01-22 | Convert helpers.py and test_data.py from mocker to mock. | Barry Warsaw | |
2015-01-22 | Use .addCleanup() instead of a .tearDown() where appropriate, although we | Barry Warsaw | |
might have to rewrite this for Python 2.6. Disable Cepko tests (test_cs_util.py) since they are essentially worthless. Convert test_azure to unittest.mock. | |||
2015-01-22 | Port test__init__.py to unittest.mock. | Barry Warsaw | |
2015-01-21 | * Added a simple tox.ini file | Barry Warsaw | |
* Use universal_newlines in setup.py so it will work properly in Python 3. * Fix a pyflakes complaint in setup.py * Add a simple MANIFEST.in |