Changeset - 63d3d20cad95
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-08-25 21:00:33
marcin@python-works.com
Take that travis !
1 file changed with 7 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.travis.yml
Show inline comments
 
@@ -13,10 +13,17 @@ env:
 
before_script:
 
  - mysql -e 'create database rhodecode_test;'
 
  - psql -c 'create database rhodecode_test;' -U postgres
 
  - git --version
 

	
 
before_install:
 
  - sudo add-apt-repository ppa:pdoes/ppa -y
 
  - sudo apt-get update -y
 
  - sudo apt-get install git -y
 

	
 
install:
 
  - pip install mysql-python psycopg2 mock unittest2
 
  - pip install . --use-mirrors
 

	
 
# command to run tests
 
script: nosetests
 

	
0 comments (0 inline, 0 general)