Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
7aeda603
Commit
7aeda603
authored
Aug 23, 2013
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed exclud matrix for current Django versions
parent
95bb21b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.travis.yml
.travis.yml
+4
-4
No files found.
.travis.yml
View file @
7aeda603
...
...
@@ -12,13 +12,13 @@ env:
matrix
:
exclude
:
-
python
:
"
2.6"
env
:
DJANGO_VERSION=1.4.
5
DATABASE=mysql
env
:
DJANGO_VERSION=1.4.
6
DATABASE=mysql
-
python
:
"
2.6"
env
:
DJANGO_VERSION=1.4.
5
DATABASE=postgresql
env
:
DJANGO_VERSION=1.4.
6
DATABASE=postgresql
-
python
:
"
2.6"
env
:
DJANGO_VERSION=1.5.
1
DATABASE=mysql
env
:
DJANGO_VERSION=1.5.
2
DATABASE=mysql
-
python
:
"
2.6"
env
:
DJANGO_VERSION=1.5.
1
DATABASE=postgresql
env
:
DJANGO_VERSION=1.5.
2
DATABASE=postgresql
before_install
:
-
sudo apt-get update -qq
-
sudo apt-get install git libffi-dev libpq-dev libmysqlclient-dev libicu-dev
...
...
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