summaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Expand)Author
2018-06-08tests: remove pip install workarounds for pylxd, take upstream fix.Scott Moser
2018-06-07tests: ordered tox dependencies for pylxd installChad Smith
2018-05-04pycodestyle: Fix deprecated string literals, move away from flake8.Chad Smith
2018-03-23tests: remove jsonschema from xenial tox environment.Scott Moser
2018-02-12tests: run nosetests in cloudinit/ directory, fix py26 fallout.Scott Moser
2018-01-10tests: add integration requirements text fileJoshua Powers
2018-01-05tests: Enable AWS EC2 Integration TestingJoshua Powers
2017-12-15lint: Fix lints seen by pylint version 1.8.1.Chad Smith
2017-12-11tests: move to using tox 1.7.5Scott Moser
2017-12-07pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints.Ryan Harper
2017-10-03tests: re-enable tox with nocloud-kvm supportJoshua Powers
2017-10-02Remove prettytable dependency, introduce simpletableAndrew Jorgensen
2017-09-20tests: Add cloudinit package to all test targetsChad Smith
2017-09-01tox: add nose timer outputJoshua Powers
2017-08-30tox: make xenial environment run with python3.6Scott Moser
2017-08-30suse: Add support for openSUSE and return SLES to a working state.Robert Schweikert
2017-08-09ec2: Allow Ec2 to run in init-local using dhclient in a sandbox.Chad Smith
2017-07-28cloudinit.net: add initialize_network_device function and testsChad Smith
2017-07-11tests: Update version of pylxdJoshua Powers
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