summaryrefslogtreecommitdiffstats
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Fix tox env for machine installed python versionSimo Sorce2015-10-191-0/+2
| | | | | | | | With this env var we force the local /bin/coverage to still source locally unavailable modules from the .tox directory. Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Christian Heimes <cheimes@redhat.com>
* Allow tox to use locally installed packagesSimo Sorce2015-08-031-1/+6
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Release version 0.1.0Simo Sorce2015-08-011-0/+1
|
* Automatic testing with py.test, coverage and toxChristian Heimes2015-07-081-0/+60
The patch provides test automation with tox. Just run 'tox' in the source root to create virtual envs, install custodia from the sources and run the tests on Python 2.7 and 3.4. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com> Closes: #4