Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
concrexit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
thalia
concrexit
Commits
366c4541
Unverified
Commit
366c4541
authored
8 years ago
by
Thom Wiggers
Browse files
Options
Downloads
Patches
Plain Diff
Update tox instructions in the README
parent
87ae2dff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!391
Prepare for Django 1.11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-3
7 additions, 3 deletions
README.md
with
7 additions
and
3 deletions
README.md
+
7
−
3
View file @
366c4541
...
...
@@ -35,9 +35,13 @@ Testing and linting
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 # runs the tests with python 3.4
tox -e py35 # runs the tests with python 3.5
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
Pillow dependencies
-------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment