Releases: armstrong/armstrong.dev
Releases · armstrong/armstrong.dev
v2.1.0
Support for Django 1.7 and an update to the way Coverage is run.
The last release introduced a new setting for Coverage excludes but it wasn't as good or as universal as using a .coveragerc
file. You'll see various Armstrong components adding .coveragerc files and that's now the recommended way to manage all Coverage options.
v2.0.0
An entirely new ArmDev 2.0! Almost everything has changed so reading changes.rst
and readme.rst
is recommended. Supports Django 1.3-1.6 for Python 2.6 and 2.7.
- Uses Invoke instead of Fabric
- Explicit use of Setuptools
- Way faster virtualenv creation
- Tox testing support
- Running a Django environment with Armstrong component settings is easier. Anything
manage.py
can do, ArmDev can do. Including running tests (and Tox) with arguments.