Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit b2c9dd3

Browse files
committed
Remove submodules and use pip
1 parent db361ba commit b2c9dd3

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
language: python
22

3-
python:
4-
- "2.7"
3+
python: 2.7
54

6-
install: "pip install -q -r requirements.txt --use-mirrors"
5+
sudo: false
6+
7+
cache:
8+
directories:
9+
- $HOME/.cache/pip
10+
- _build
11+
12+
install: pip install sphinx~=1.3 git+https://github.com/fabpot/sphinx-php.git
713

814
script: sphinx-build -nW -b html -d _build/doctrees . _build/html

_exts

Lines changed: 0 additions & 1 deletion
This file was deleted.

requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)