Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tuc2014
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
urz-django
tuc2014
Commits
37e11a51
Commit
37e11a51
authored
Apr 23, 2019
by
Daniel Klaffenbach
🐍
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: Remove unsupported Django versions from CI pipeline
parent
dac8b3df
Pipeline
#24707
passed with stage
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
+0
-20
.gitlab-ci.yml
.gitlab-ci.yml
+0
-20
No files found.
.gitlab-ci.yml
View file @
37e11a51
...
...
@@ -6,34 +6,14 @@ before_script:
-
python3.6 -m venv $HOME/tox
-
$HOME/tox/bin/pip install tox
py27-django18
:
stage
:
test
script
:
$HOME/tox/bin/tox -e 'py27-django18'
py27-django110
:
stage
:
test
script
:
$HOME/tox/bin/tox -e 'py27-django110'
py27-django111
:
stage
:
test
script
:
$HOME/tox/bin/tox -e 'py27-django111'
py36-django18
:
stage
:
test
script
:
$HOME/tox/bin/tox -e 'py36-django18'
py36-django110
:
stage
:
test
script
:
$HOME/tox/bin/tox -e 'py36-django110'
py36-django111
:
stage
:
test
script
:
$HOME/tox/bin/tox -e 'py36-django111'
py36-django20
:
stage
:
test
script
:
$HOME/tox/bin/tox -e 'py36-django20'
py36-django21
:
stage
:
test
script
:
$HOME/tox/bin/tox -e 'py36-django21'
...
...
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