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
concrexit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
70
Issues
70
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
thalia
concrexit
Commits
5290294e
Unverified
Commit
5290294e
authored
Aug 08, 2018
by
Thom Wiggers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make docs build not update deps
parent
30ce7f4d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
tox.ini
tox.ini
+1
-1
No files found.
.gitlab-ci.yml
View file @
5290294e
...
...
@@ -52,7 +52,7 @@ docs:
image
:
$PY35_IMAGE
before_script
:
# install django deps
-
pipenv
install --dev
-
pipenv
--bare install --dev --ignore-pipfile
# install doc deps
-
cd docs
-
pipenv run pip install -r requirements.txt
...
...
tox.ini
View file @
5290294e
...
...
@@ -8,7 +8,7 @@ changedir={toxinidir}/website
commands
=
; Copy the env list to make not conflict with the Django version
; specified below
pipenv
--bare
install
--dev
pipenv
--bare
install
--dev
--ignore-pipfile
; override using pip. Using pipenv would write to Pipfile!
django20:
pip
install
'django>=2.0rc1,<2.1'
django21:
pip
install
--pre
'django>=2.1rc1,<2.2'
...
...
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