Skip to content

Commit ef4e656

Browse files
committed
add docs to travis bulid
1 parent 3b46c7b commit ef4e656

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ env:
66
- TOX_ENV=py27
77
- TOX_ENV=py34
88
- TOX_ENV=flake8
9+
- TOX_ENV=docs
910
install:
1011
- pip install tox
1112
script: tox -e $TOX_ENV

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,34}, flake8
2+
envlist = py{27,34}, flake8, docs
33

44
[testenv]
55
basepython =

0 commit comments

Comments
 (0)