Closed adrianmoisey closed 4 years ago
This is a public repo. I thought our strategy was to use travis-ci for public repos.
I didn't realise we had a specific strategy. This issue can stay around until we get some sort of automated testing.
When we add Travis, it'd be rad if we ran tests against different Django and DRF versions.
Raven is a known example of multiple Django versions.
Our current test script doesn't work with drf-madprops. The Jenkins job uses the name of the Jenkins job for the Github repo URL and the tests. Since
drf-madprops
providesmadprops
this breaks.We could try fix this by using tox: https://github.com/yola/production/issues/2267