Browse Source

config travis for synergine code

Bastien Sevajol 9 years ago
parent
commit
f5883147fd
1 changed files with 6 additions and 1 deletions
  1. 6 1
      .travis.yml

+ 6 - 1
.travis.yml View File

@@ -3,7 +3,12 @@ python:
3 3
   - "3.4"
4 4
 install:
5 5
   - "pip install -r tests_requirements.txt"
6
-script: 
6
+before_install:
7
+  - git clone git@github.com:buxx/synergine.git
8
+  - rm modules/*
9
+  - ln -s ../synergine/modules/xyzworld modules/xyzworld
10
+  - ln -s ../synergine/modules/xzworld modules/xyworld
11
+script:
7 12
   - coverage run tests.py --rcfile=.coveragerc -v && coverage report -m && python3.4 tests.py
8 13
 after_success:
9 14
   - coveralls