new travis.ci

This commit is contained in:
mdipierro
2013-03-16 20:53:24 -05:00
parent 92b5247f9f
commit cd967d2551
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -10,10 +10,10 @@ env:
- DB=postgres://postgres:@localhost/test_w2p
before_script:
- pip install unittest2
- pip install psycopg2
- if [[ $DB == postgres* ]]; then pip install --use-mirrors psycopg2; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install --use-mirrors pysqlite; fi
- mysql -e 'create database test_w2p;'
- psql -c 'create database test_w2p;' -U postgres
- if [[ $DB == mysql* ]]; then mysql -e 'create database test_w2p;'; fi
- if [[ $DB == postgres* ]]; then psql -c 'create database test_w2p;' -U postgres; fi
#Temporal solution to travis issue #155
- sudo chmod 777 /dev/shm
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
+1 -1
View File
@@ -1 +1 @@
Version 2.4.4-stable+timestamp.2013.03.15.21.27.13
Version 2.4.4-stable+timestamp.2013.03.16.20.52.38