Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed May 13, 2019
1 parent 56f509a commit 6e1a8f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
# for advice, see:
# https://docs.travis-ci.com/user/customizing-the-build#The-Build-Lifecycle

dist: xenial # required for Python >= 3.7
language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"

install:
- pip install lxml six sphinx
Expand Down

0 comments on commit 6e1a8f6

Please sign in to comment.