index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tox.ini
Age
Commit message (
Expand
)
Author
2017-10-02
Remove prettytable dependency, introduce simpletable
Andrew Jorgensen
2017-09-20
tests: Add cloudinit package to all test targets
Chad Smith
2017-09-01
tox: add nose timer output
Joshua Powers
2017-08-30
tox: make xenial environment run with python3.6
Scott Moser
2017-08-30
suse: Add support for openSUSE and return SLES to a working state.
Robert Schweikert
2017-08-09
ec2: Allow Ec2 to run in init-local using dhclient in a sandbox.
Chad Smith
2017-07-28
cloudinit.net: add initialize_network_device function and tests
Chad Smith
2017-07-11
tests: Update version of pylxd
Joshua Powers
2017-06-08
Integration Testing: tox env, pyxld 2.2.3, and revamp framework
Wesley Wiedenmeier
2017-05-24
tox/build: do not package depend on style requirements.
Scott Moser
2017-05-23
flake8: move the pinned version of flake8 up to 3.3.0
Scott Moser
2017-05-22
tox: move pylint target to 1.7.1
Scott Moser
2017-05-16
unittests: fix unittests run on centos
Joshua Powers
2017-03-24
test: add running of pylint
Joshua Powers
2017-03-10
tox: add a citest environment
Scott Moser
2017-02-06
Remove style checking during build and add latest style checks to tox
Joshua Powers
2016-12-22
integration test: initial commit of integration test framework
Wesley Wiedenmeier
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-10-28
Add coverage collection to tox unit tests.
Joshua Powers
2016-10-19
Fix python2.6 things found running in centos 6.
Scott Moser
2016-10-04
unittests: fix use of mock 2.0 'assert_called' when running make check
Ryan Harper
2016-09-30
Improve module documentation and doc cleanup.
Wesley Wiedenmeier
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
2016-03-03
run pyflakes in more places, fix fallout
Scott Moser
2016-02-29
tox.ini: only specify py3 not specific py34
Scott Moser
2016-02-04
tox: use test-requirements.txt and requirements.txt
Scott Moser
2015-02-24
tox: set LC_ALL=en_US.utf-8 rather than C
Scott Moser
2015-02-18
Set LC_ALL=C for tox tests.
Daniel Watkins
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
2015-01-22
Port test__init__.py to unittest.mock.
Barry Warsaw
2015-01-21
* Added a simple tox.ini file
Barry Warsaw