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
ce0fe9e3
Commit
ce0fe9e3
authored
Aug 22, 2013
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
43f0fe6f
49b67c49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
.travis.yml
.travis.yml
+5
-6
No files found.
.travis.yml
View file @
ce0fe9e3
...
...
@@ -24,12 +24,11 @@ before_install:
-
sudo apt-get install git libffi-dev libpq-dev libmysqlclient-dev
# commands to install dependencies
install
:
-
pip install Django==$DJANGO_VERSION
-
pip install -r requirements.txt
-
pip install mysql-python psycopg2
-
pip install pep8
-
pip install coveralls
-
if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install -r requirements-2.6.txt ; fi
-
pip install --use-mirrors Django==$DJANGO_VERSION
-
pip install --use-mirrors -r requirements.txt
-
pip install --use-mirrors mysql-python psycopg2
-
pip install --use-mirrors pep8 coveralls
-
if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors -r requirements-2.6.txt ; fi
# generate configuration and create databases
before_script
:
-
cp weblate/settings_example.py weblate/settings.py
...
...
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