Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
See what's new at GitLab
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
I
instrumented-soap
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
thelabnyc
instrumented-soap
Commits
33c6c1ce
Commit
33c6c1ce
authored
Apr 22, 2019
by
Craig Weber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Django 2.2 to test suite
parent
9a5cde45
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
tox.ini
tox.ini
+3
-2
No files found.
.gitlab-ci.yml
View file @
33c6c1ce
...
...
@@ -9,14 +9,14 @@ before_script:
test_python:3.5:
stage
:
test
image
:
python:3.5
script
:
tox -e 'py35-django{111,200,210}'
script
:
tox -e 'py35-django{111,200,210
,220
}'
test_python:3.6:
stage
:
test
image
:
python:3.6
script
:
tox -e 'py36-django{111,200,210}'
script
:
tox -e 'py36-django{111,200,210
,220
}'
test_python:3.7:
stage
:
test
image
:
python:3.7
script
:
tox -e 'py37-django{200,210}'
script
:
tox -e 'py37-django{200,210
,220
}'
tox.ini
View file @
33c6c1ce
[tox]
toxworkdir
=
{env:TOX_WORK_DIR:.tox}
envlist
=
py{35,36,37}-django{111,200,210}
envlist
=
py{35,36,37}-django{111,200,210
,220
}
[testenv]
extras
=
development
...
...
@@ -8,6 +8,7 @@ deps =
django111:
django>=1.11,<1.12
django200:
django>=2.0,<2.1
django210:
django>=2.1,<2.2
django220:
django>=2.2,<2.3
commands
=
flake8
src
sandbox
setup.py
{envpython}
{toxinidir}/sandbox/manage.py
test
soap
{envpython}
-Wd
{toxinidir}/sandbox/manage.py
test
soap
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