We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ec98a commit fd38663Copy full SHA for fd38663
.travis.yml
@@ -2,13 +2,7 @@ language: python
2
python:
3
- "3.5"
4
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
11
- - mv docs-rendering-master docs-rendering
+ - git clone --recursive https://github.com/ovh/docs-rendering.git
12
- pip install -r docs-rendering/requirements.txt
13
14
# command to run tests
0 commit comments