yola / drf-madprops

DRF library of helpers to operate lists of resources' properties as dicts
MIT License
0 stars 0 forks source link

Add Jenkins test job #12

Closed adrianmoisey closed 4 years ago

adrianmoisey commented 9 years ago

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 provides madprops this breaks.

We could try fix this by using tox: https://github.com/yola/production/issues/2267

thomasw commented 9 years ago

This is a public repo. I thought our strategy was to use travis-ci for public repos.

adrianmoisey commented 9 years ago

I didn't realise we had a specific strategy. This issue can stay around until we get some sort of automated testing.

zoidyzoidzoid commented 9 years ago

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.