~harlowja/cloud-init/tox-venvs

« back to all changes in this revision

Viewing changes to HACKING.rst

  • Committer: Joshua Harlow
  • Date: 2014-01-26 01:00:38 UTC
  • Revision ID: harlowja@gmail.com-20140126010038-smsyr4lztcjrpk81
Use a venv for testing and for lint checking

Remove the pep8 & pylint tools and use a venv
with tox instead. Also create a venv that will
run for the given python version to perform the
cloud-init tests.

These help remove the need to install the same
dependencies in the root python environment env
to just run the standard set of tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
  - ``bzr commit``
21
21
 
22
 
* Check pylint and pep8 and test, and address any issues:
 
22
* Check flake8 and test, and address any issues:
23
23
 
24
 
  - ``make test pylint pep8``
 
24
  - ``make test flake8``
25
25
 
26
26
* Push to launchpad to a personal branch:
27
27