Browse Source

update travis conf

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

+ 0 - 6
.travis.yml View File

@@ -3,12 +3,6 @@ python:
3 3
   - "3.4"
4 4
 install:
5 5
   - "pip install -r tests_requirements.txt"
6
-before_install:
7
-  - git clone https://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
-  - ln -s ../synergine/synergine modules/synergine
12 6
 script:
13 7
   - coverage run tests.py --rcfile=.coveragerc -v && coverage report -m && python3.4 tests.py
14 8
 after_success: