akaariai / django-reverse-unique

A ReverseUnique model field implementation for Django
BSD 3-Clause "New" or "Revised" License
22 stars 5 forks source link

Django 1.7+, Tox and TravisCI #5

Closed charettes closed 9 years ago

charettes commented 9 years ago

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

akaariai commented 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.

charettes commented 9 years ago

Could you try triggering a build from https://travis-ci.org/akaariai/django-reverse-unique

charettes commented 9 years ago

It looks like #6 didn't trigger a PR build so there might be something wrong.

akaariai commented 9 years ago

OK, this should work now. Thanks!