We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb8fa5 commit 65cde59Copy full SHA for 65cde59
.travis.yml
@@ -4,6 +4,7 @@ install:
4
- wget https://github.com/jgm/pandoc/releases/download/1.17/pandoc-1.17-1-amd64.deb && sudo dpkg -i pandoc-1.17-1-amd64.deb
5
- pip install pyyaml GitPython pypandoc
6
python:
7
+ - "3.4"
8
- "3.5"
9
- "3.6"
10
# command to run tests
0 commit comments