Skip to content
Snippets Groups Projects
Unverified Commit bd4dfcd8 authored by Thom Wiggers's avatar Thom Wiggers :triangular_ruler:
Browse files

Update available tox environments

parent 6249b7d0
No related branches found
No related tags found
1 merge request!722Update available tox environments in README
......@@ -36,12 +36,10 @@ You may get errors about missing interpreters. That is normal and can be
ignored. If you want to run a specific check, you can do the following:
tox -e flake8 # Runs the flake8 linter
tox -e py34-django10 # runs the tests with python 3.4 and Django 1.10
tox -e py35-django10 # runs the tests with python 3.5 and Django 1.10
tox -e py36-django10 # runs the tests with python 3.6 and Django 1.10
tox -e py34-django11 # runs the tests with python 3.4 and Django 1.11
tox -e py35-django11 # runs the tests with python 3.5 and Django 1.11
tox -e py36-django11 # runs the tests with python 3.6 and Django 1.11
tox -e py35-django20 # runs the tests with python 3.5 and Django 2.0
tox -e py36-django20 # runs the tests with python 3.6 and Django 2.0
You can run `tox -l` to see the available environments.
Pillow dependencies
-------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment