Skip to content

Commit

Permalink
Deploy doc only for py 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Apr 23, 2016
1 parent a9b8787 commit 3f26782
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ install:
- python setup.py install

script:
- travis-sphinx --source=doc/source/ build
- if [ $TRAVIS_PYTHON_VERSION == "3.5" ]; then
travis-sphinx --source=doc/source/ build
fi

after_success:
- travis-sphinx deploy
- if [ $TRAVIS_PYTHON_VERSION == "3.5" ]; then
travis-sphinx deploy
fi

0 comments on commit 3f26782

Please sign in to comment.