Skip to content

Commit fd38663

Browse files
author
Thomas Bourrely
committed
refactor(travis): support docs-rendering submodules
1 parent 97ec98a commit fd38663

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.travis.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@ language: python
22
python:
33
- "3.5"
44
install:
5-
# using wget + unzip as it is faster than git
6-
- wget https://github.com/ovh/docs-developer-env/archive/master.zip -O master.zip
7-
- unzip master.zip
8-
- mv docs-developer-env-master docs-developer-env
9-
- wget https://github.com/ovh/docs-rendering/archive/master.zip -O master.zip
10-
- unzip master.zip
11-
- mv docs-rendering-master docs-rendering
5+
- git clone --recursive https://github.com/ovh/docs-rendering.git
126
- pip install -r docs-rendering/requirements.txt
137

148
# command to run tests

0 commit comments

Comments
 (0)