Closed charettes closed 9 years ago
I believe I have registered this on TravisCI and Coveralls. I'm not sure if I did the right thing for TravisCI.
Could you try triggering a build from https://travis-ci.org/akaariai/django-reverse-unique
It looks like #6 didn't trigger a PR build so there might be something wrong.
OK, this should work now. Thanks!
The following commits fix an issue with
ReverseUnique
deconstruction (re-construction actually), add a tox configuration file to run tests against the all the supported Django 1.6+ and Python combination and a TravisCI configuration file to run all the Tox matrix.Note that the tests against master fail because Django can't be installed from source through pip until @pypi/pip#1473 is fixed. This will require you to register this package on TravisCI and Coveralls