comparison .travis.yml @ 2742:63d3d20cad95 beta

Take that travis !
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 25 Aug 2012 21:00:33 +0200
parents 8e6cf847d9d8
children 64ee7cf4a76d
comparison
equal deleted inserted replaced
2741:a89d375c5788 2742:63d3d20cad95
11 11
12 # command to install dependencies 12 # command to install dependencies
13 before_script: 13 before_script:
14 - mysql -e 'create database rhodecode_test;' 14 - mysql -e 'create database rhodecode_test;'
15 - psql -c 'create database rhodecode_test;' -U postgres 15 - psql -c 'create database rhodecode_test;' -U postgres
16 - git --version
17
18 before_install:
19 - sudo add-apt-repository ppa:pdoes/ppa -y
20 - sudo apt-get update -y
21 - sudo apt-get install git -y
16 22
17 install: 23 install:
18 - pip install mysql-python psycopg2 mock unittest2 24 - pip install mysql-python psycopg2 mock unittest2
19 - pip install . --use-mirrors 25 - pip install . --use-mirrors
26
20 # command to run tests 27 # command to run tests
21 script: nosetests 28 script: nosetests
22 29
23 notifications: 30 notifications:
24 email: 31 email: