Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-wiki
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-wiki
Commits
8dbcc7d0
Commit
8dbcc7d0
authored
May 19, 2014
by
benjaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Travis requirements to get sorl 11.12.1b and fix django 1.7 beta from tarball instead of pip
parent
1c01ed83
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
.travis/requirements.txt
+4
-1
.travis/requirements_1.7.txt
+3
-1
No files found.
.travis/requirements.txt
View file @
8dbcc7d0
...
@@ -2,7 +2,10 @@
...
@@ -2,7 +2,10 @@
Markdown>=2.2.0
Markdown>=2.2.0
django-sekizai>=0.7
django-sekizai>=0.7
# Switch to Pillow and the dev version of sorl v12
# Switch to Pillow and the dev version of sorl v12
git+https://github.com/mariocesar/sorl-thumbnail.git
sorl-thumbnail>=11.12.1b
Pillow
# Notification system
# Notification system
django-nyt>=0.9
django-nyt>=0.9
django-mptt>=0.5.3
six
.travis/requirements_1.7.txt
View file @
8dbcc7d0
-r requirements.txt
-r requirements.txt
Django>=1.7,<1.8
#Django>=1.7,<1.8
#Get the 1.7.b4
https://www.djangoproject.com/download/1.7.b4/tarball/
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