Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
057e3007
Commit
057e3007
authored
Feb 13, 2018
by
Sébastiaan Versteeg
Browse files
Merge branch 'improve_getting_started' into 'master'
Update available tox environments in README See merge request
!722
parents
6249b7d0
bd4dfcd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
057e3007
...
...
@@ -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
-------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment