lp://staging/~lvh/divmod.org/fix-coveragerc-path
- Get this branch:
- bzr branch lp://staging/~lvh/divmod.org/fix-coveragerc-path
Branch merges
- Tristan Seligmann: Approve
-
Diff: 29 lines (+4/-3)2 files modifiedAxiom/.coveragerc (+2/-1)
Axiom/tox.ini (+2/-2)
Branch information
Recent revisions
- 2738. By Laurens Van Houtven
-
Tell coverage where to find its rc file
Also moved --show-missing to rcfile, since it didn't make a lot of sense to have flags in two places.
- 2737. By Laurens Van Houtven
-
Merge lp:~divmod-dev/divmod.org/1269616-MANIFEST-misc-files
A previous change accidentally meant some files were no longer getting installed. This reverts that, except for the part where pycs were previously being installed, which is why the first change was made in the first place.
Author: mithrandi
Reviewer: lvh - 2736. By Laurens Van Houtven
-
Merge lp:~divmod-dev/divmod.org/1269552-test_reactorSelection-PYTHONPATH
Author: idnar
Reviewer: lvhRemove the PYTHONPATH trickery.
- 2735. By Laurens Van Houtven
-
Merge lp:~lvh/divmod.org/remove-pythonpath-toxini-1269428
This appears to introduce test failures, but only because the tests were previously mistakenly succeeding (i.e. they were false positives)
- 2734. By Laurens Van Houtven
-
Add a local asTwistedVersion implementation to Axiom, so as to not add another setup-time dependency on Epsilon
- 2731. By Laurens Van Houtven
-
Remove graft entry and DEPS.txt from Epsilon's MANIFEST.in
This previously caused effectively everything in the epsilon directory (so that includes pyc files) to be included in sdist. DEPS.txt no longer exists.
- 2730. By Laurens Van Houtven
-
Add PYTHONPATH setting to tox.ini
An Axiom subprocess test requires PYTHONPATH to be set with Axiom in it, so that subprocesses inherit it and can import Axiom. This was previously in the CI configuration, but is now added to tox.ini so that everyone who uses tox automatically gets the appropriate configuration.
- 2729. By Laurens Van Houtven
-
Remove graft entries, DEPS.txt from MANIFEST.in
This previously caused effectively everything in axiom, twisted directories (so that includes pyc files) to be included in sdist. DEPS.txt no longer exists.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/divmod.org