summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
...
* pycodestyle: Fix deprecated string literals, move away from flake8.Chad Smith2018-05-041-7/+9
* tests: remove jsonschema from xenial tox environment.Scott Moser2018-03-231-0/+3
* tests: run nosetests in cloudinit/ directory, fix py26 fallout.Scott Moser2018-02-121-3/+3
* tests: add integration requirements text fileJoshua Powers2018-01-101-4/+1
* tests: Enable AWS EC2 Integration TestingJoshua Powers2018-01-051-0/+1
* lint: Fix lints seen by pylint version 1.8.1.Chad Smith2017-12-151-1/+1
* tests: move to using tox 1.7.5Scott Moser2017-12-111-1/+1
* pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints.Ryan Harper2017-12-071-2/+3
* tests: re-enable tox with nocloud-kvm supportJoshua Powers2017-10-031-0/+2
* Remove prettytable dependency, introduce simpletableAndrew Jorgensen2017-10-021-3/+0
* tests: Add cloudinit package to all test targetsChad Smith2017-09-201-1/+1
* tox: add nose timer outputJoshua Powers2017-09-011-4/+7
* tox: make xenial environment run with python3.6Scott Moser2017-08-301-2/+4
* suse: Add support for openSUSE and return SLES to a working state.Robert Schweikert2017-08-301-0/+16
* ec2: Allow Ec2 to run in init-local using dhclient in a sandbox.Chad Smith2017-08-091-2/+2
* cloudinit.net: add initialize_network_device function and testsChad Smith2017-07-281-3/+11
* tests: Update version of pylxdJoshua Powers2017-07-111-1/+1
* Integration Testing: tox env, pyxld 2.2.3, and revamp frameworkWesley Wiedenmeier2017-06-081-1/+1
* tox/build: do not package depend on style requirements.Scott Moser2017-05-241-8/+12
* flake8: move the pinned version of flake8 up to 3.3.0Scott Moser2017-05-231-1/+1
* tox: move pylint target to 1.7.1Scott Moser2017-05-221-1/+1
* unittests: fix unittests run on centosJoshua Powers2017-05-161-1/+1
* test: add running of pylintJoshua Powers2017-03-241-1/+9
* tox: add a citest environmentScott Moser2017-03-101-0/+7
* Remove style checking during build and add latest style checks to toxJoshua Powers2017-02-061-0/+8
* integration test: initial commit of integration test frameworkWesley Wiedenmeier2016-12-221-5/+5
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-1/+2
* Add coverage collection to tox unit tests.Joshua Powers2016-10-281-0/+3
* Fix python2.6 things found running in centos 6.Scott Moser2016-10-191-0/+16
* unittests: fix use of mock 2.0 'assert_called' when running make checkRyan Harper2016-10-041-1/+26
* Improve module documentation and doc cleanup.Wesley Wiedenmeier2016-09-301-0/+6
* Less less tweaking of tox.iniJoshua Harlow2016-06-101-5/+4
* Less tweaking of tox.iniJoshua Harlow2016-06-101-0/+5
* Remove 26 from default tox.ini listingJoshua Harlow2016-05-241-1/+1
* Revert some of the alterations of the tox.ini fileJoshua Harlow2016-05-241-2/+4
* Fix up tests and flake8 warningsJoshua Harlow2016-05-191-2/+2
* Remerge against head/masterJoshua Harlow2016-05-191-16/+5
|\
| * Fix py26 for rhel (and older versions of python)Joshua Harlow2016-05-111-18/+18
* | run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser2016-05-121-6/+4
* | Fix up a ton of flake8 issuesJoshua Harlow2016-05-121-0/+5
|/
* Apply pep8, pyflakes fixes for python2 and 3Scott Moser2016-03-041-0/+1
* run pyflakes in more places, fix falloutScott Moser2016-03-031-1/+5
* tox.ini: only specify py3 not specific py34Scott Moser2016-02-291-1/+4
* tox: use test-requirements.txt and requirements.txtScott Moser2016-02-041-8/+3
* tox: set LC_ALL=en_US.utf-8 rather than CScott Moser2015-02-241-1/+3
* Set LC_ALL=C for tox tests.Daniel Watkins2015-02-181-0/+4
* Enable passing arguments to nose via tox.Daniel Watkins2015-02-111-2/+2
* Repair the Python 2.6 tests.Barry Warsaw2015-01-261-0/+10
* Convert helpers.py and test_data.py from mocker to mock.Barry Warsaw2015-01-221-1/+1
* Use .addCleanup() instead of a .tearDown() where appropriate, although weBarry Warsaw2015-01-221-1/+1