Although Travis is already set up, it's running only on the version of Python, Node, Django and React defined by the Dockerfiles. As a developer, I want, as many other projects do—such as Django Rest Framework— to run the tests on more than one combination of Python, Node, Django and React versions.
It would be a good idea to start by reading Tox documentation.
Although Travis is already set up, it's running only on the version of Python, Node, Django and React defined by the Dockerfiles. As a developer, I want, as many other projects do—such as Django Rest Framework— to run the tests on more than one combination of Python, Node, Django and React versions.
It would be a good idea to start by reading Tox documentation.