aboutsummaryrefslogtreecommitdiff
path: root/unit-test.sh
AgeCommit message (Collapse)Author
2016-03-23unit-test: define python versionBen Copeland
Due to some OS'es having virtualenv set to Python 3 by default, virtualenv has now been updated with the Python version Change-Id: Iebcf1cf9cdc49377f075bddb540e0c0669de19a1 Reviewed-on: https://review.linaro.org/10892 Reviewed-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2016-02-10django 1.8: be explicit about django settings moduleAndy Doan
New versions of Django don't default to "settings", so this explicitly sets what to use. This change is compatible with both Django 1.6 and 1.8 Change-Id: I635206470dd6355042aa4cfda4f09f2b4b5a1b75 Reviewed-on: https://review.linaro.org/10364 Reviewed-by: Ben Copeland <ben.copeland@linaro.org> Reviewed-by: pfalcon Sokolovsky <paul.sokolovsky@linaro.org>
2015-10-15Add requirement for "longerusername"Andy Doan
It turns out we've always "required" this. However, sqlite must not enforce proper username constraints. When running this application against a postgres database, I ran into issue with usernames being too long. This requires a corresponding change to ansible to make sure we install the requirement. I also had to update unit-test.sh. The new docker slaves in CI are missing python-virtualenv. Change-Id: I1a17029b3e0c45364d9a0f87fa83b38f48ca8115
2015-07-20add a unit-test scriptAndy Doan
can be used for development as well as CI: https://ci.linaro.org/job/infrastructure-linaro-license-protection/ Change-Id: Ic83a6f04edc16b04db53782d9f7e9dde9151d130