Browse Source

change requirement to git repo

Bastien Sevajol 8 years ago
parent
commit
445e1d1c92
2 changed files with 2 additions and 3 deletions
  1. 0 1
      .travis.yml
  2. 2 2
      tests_requirements.txt

+ 0 - 1
.travis.yml View File

@@ -8,4 +8,3 @@ script:
8 8
   - coverage run tests.py --rcfile=.coveragerc -v && coverage report -m && python3.4 tests.py
9 9
 after_success:
10 10
   - coveralls
11
-

+ 2 - 2
tests_requirements.txt View File

@@ -1,2 +1,2 @@
1
-synergine>=0.0.1
2
-synergine_xyz>=0.0.1
1
+-e git://github.com/buxx/synergine.git
2
+-e git://github.com/buxx/synergine_xyz.git