summaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Expand)Author
2020-06-01test: fix all flake8 E741 errors (#401)Joshua Powers
2020-05-27testing: use flake8 again (#392)Joshua Powers
2020-05-14cloud_tests: emit dots on Travis while fetching images (#347)Daniel Watkins
2020-04-24cloudinit: drop dependencies on unittest2 and contextlib2 (#322)Daniel Watkins
2020-03-17cloudinit: remove six from packaging/tooling (#253)Daniel Watkins
2020-03-11tox.ini: avoid substition syntax that causes a traceback on xenial (#245)Daniel Watkins
2020-03-10tox.ini: use xenial version of jsonpatch in CI (#242)Daniel Watkins
2020-03-10tox.ini: bump pyflakes version to 2.1.1 (#239)Daniel Watkins
2020-03-10cloudinit: move to pytest for running tests (#211)Daniel Watkins
2019-12-20ci: remove Python 2.7 from CI runs (#137)Daniel Watkins
2019-12-18ci: emit names of tests run in Travis (#120)Daniel Watkins
2019-12-06docs: Add security.md to readthedocsJoshua Powers
2019-11-26cloud_tests: add azure platform support to integration testsahosmanmsft
2019-09-07doc: document doc, create makefile and tox targetJoshua Powers
2019-03-21tox: Update testenv for openSUSE Leap to 15.0Thomas Bechtold
2019-03-18tox: bump pylint version to latest (2.3.1)Daniel Watkins
2019-01-25tox: fix disco httpretty dependencies for py37Chad Smith
2018-12-14Update to pylint 2.2.2.Scott Moser
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