Skip to content

Commit

Permalink
Update conf for fix travis-ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
alainivars committed Jun 14, 2019
1 parent 967af62 commit a52bc93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ python:
sudo: false

env:
- TOX_ENV=py36-django211
- TOX_ENV=pep8
- TOX_ENV=py36-django222
- TOX_ENV=coverage_combine
- TOX_ENV=docs

Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

extensions = ['recommonmark']
extensions = []
templates_path = [
'/home/docs/checkouts/readthedocs.org/readthedocs/templates/sphinx',
'templates', '_templates', '.templates']
Expand Down

0 comments on commit a52bc93

Please sign in to comment.