|
|
|
|
|
|
1
|
+sudo: false
|
1
|
language: python
|
2
|
language: python
|
2
|
python:
|
3
|
python:
|
3
|
- "3.2"
|
4
|
- "3.2"
|
|
|
|
|
20
|
- "pip install -r install/requirements.txt; echo"
|
21
|
- "pip install -r install/requirements.txt; echo"
|
21
|
- "./bin/tg2env-patch 2 /home/travis/virtualenv/python3.2.5/lib/python3.2/site-packages"
|
22
|
- "./bin/tg2env-patch 2 /home/travis/virtualenv/python3.2.5/lib/python3.2/site-packages"
|
22
|
- "pip install coveralls"
|
23
|
- "pip install coveralls"
|
|
|
24
|
+ - "cd tracim && gearbox migration upgrade"
|
23
|
|
25
|
|
24
|
before_script:
|
26
|
before_script:
|
25
|
- "psql -c 'create database tracim_test;' -U postgres"
|
27
|
- "psql -c 'create database tracim_test;' -U postgres"
|