Skip to content

Commit 5759fa0

Browse files
committed
Properly install python-docutils
1 parent 8b22d82 commit 5759fa0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: ruby
22
sudo: false
3-
before_install: pip install docutils
43
rvm:
54
- 2.0.0
65
- 2.1.1
@@ -11,3 +10,7 @@ notifications:
1110
email: false
1211
git:
1312
depth: 10
13+
addons:
14+
apt:
15+
packages:
16+
- python-docutils

0 commit comments

Comments
 (0)