Skip to content

Commit

Permalink
Merge pull request #23 from enthought/fix-sphinx-version-for-python2.6
Browse files Browse the repository at this point in the history
Exclude the latest sphinx from the python 2.6 builds
  • Loading branch information
itziakos committed May 12, 2017
2 parents f2275b9 + 5114293 commit 56ca3f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -15,6 +15,11 @@ env:
- SPHINX="sphinx==1.2.3"
- SPHINX="sphinx"

matrix:
exclude:
- python: "2.6"
env: SPHINX="sphinx"

addons:
apt:
packages:
Expand Down

0 comments on commit 56ca3f9

Please sign in to comment.