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
659d1459
Commit
659d1459
authored
Jan 09, 2013
by
benjaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix double requirement
parent
6c7f9052
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
.travis.yml
+1
-3
.travis/requirements.txt
+6
-0
.travis/requirements_1.4.txt
+2
-0
No files found.
.travis.yml
View file @
659d1459
...
...
@@ -5,7 +5,5 @@ python:
-
"
2.7"
# command to run tests
# script: nosetests
env
:
-
DJANGO_VERSION=1.4.2
install
:
-
pip install -r
requirements.txt -q Django==$DJANGO_VERSION
-
pip install -r
.travis/requirements_1.4.txt
.travis/requirements.txt
0 → 100644
View file @
659d1459
South
Markdown<2.3.0
django-sekizai<0.7
django-mptt>=0.5.3
sorl-thumbnail
.travis/requirements_1.4.txt
0 → 100644
View file @
659d1459
-r requirements.txt
Django>=1.4,<1.5
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