oscarmlage / django-cruds-adminlte

django-cruds is simple drop-in django app that creates CRUD for faster prototyping
BSD 3-Clause "New" or "Revised" License
424 stars 81 forks source link

Add .circleci #105

Closed telenieko closed 5 years ago

telenieko commented 5 years ago

This PR adds a .circleci config file. Note that this has #104 merged in.

Coverage report is stored as artifact, and tox directories are cached between test runs unless dependencies are modified.

To set it up, simply merging to master and then connecting circleci should do the trick.

You can see it working here:

There's even a badge: CircleCI

telenieko commented 5 years ago

Note: If #107 is to be merged, this should NOT. Instead #108 should be merged after #107 (or merge #108 directly which includes both)