We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6673259 commit fc11415Copy full SHA for fc11415
1 file changed
.travis.yml
@@ -1,5 +1,5 @@
1
language: python
2
-sudo: false
+sudo: required
3
python:
4
- '2.7'
5
- '3.4'
@@ -21,7 +21,7 @@ before_deploy:
21
- pip install -r requirements.txt
22
- pip install -r requirements-dev.txt
23
- pip install pypandoc
24
-- apt-get install pandoc
+- sudo apt-get install pandoc
25
- pip install --editable .
26
deploy:
27
- provider: script
0 commit comments