Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Travis CI matrix (chibisov#245)
* Migrate testing matrix to use tox-travis This migrates the existing versions of Python and Django that are tested in Travis to be replicated within the Tox matrix. This also changes Travis CI to run tests using tox-travis, which will automatically run all of the test envionments matching a specific Python version. * Test on Django 2.1 It's been released for a few months now, so we may as well test on it. * Test on DRF 3.8 and 3.9 Previously this was only being tested on the latest version of DRF, instead of being tested on each minor version. * Test on Python 3.7 * Fix Tox config misspelling * Remove ancient requirements file * Add Python 3.7 to Tox config * Apparently we use Django-Nose in tests? These tests are so damn old... * Tests require the old mock module We should be able to swap this out with the new Mock module provided by Python 3, but that's a lot of effort that I am not in the mood to put in. * Revert removal of that old requirements file I've made a mistake. * Stop testing on Django 2.1 These test failure are known, I'll let them be handled in the other pull request. * Added back Django Guardian to testing requirements
- Loading branch information