#25 clean up the fedmsg config file to make tox happy
Closed by mjia. Opened by mjia.
mjia/waiverdb fix_tox  into  master

Download 25.patch
no initial comment

@ralph , somehow fedmsg is not installed in the Py35 enviroment when running tox. Do you know
why?

By default tox caches its installs inside a .tox directory. There is a directive (recreate = true I believe) which will cause it to rebuild all the venvs each run, but it adds a bit of time to each test run. I just rm -rf .tox when I add a new dependency.

By default tox caches its installs inside a .tox directory. There is a directive (recreate = true I believe) which will cause it to rebuild all the venvs each run, but it adds a bit of time to each test run. I just rm -rf .tox when I add a new dependency.

Thanks, work like a charm, :-)

1 new commit added

  • tox: add coverage environment

I don't agree with flake8 on this one, and indeed I often find flake8 complains about things that are quite legitimate... I would be in favour of taking it out, maybe replacing with a fairly conservative configuration of pylint like we have for Beaker.

Pull-Request has been closed by mjia

Metadata