Skip to content

Commit

Permalink
Allow Python 3.2 to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oderbolz committed Dec 21, 2016
1 parent 273b540 commit cc8a5ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ python:
- '3.3'
- '3.4'

matrix:
allow_failures:
- python: 3.2

before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq pandoc
Expand Down

0 comments on commit cc8a5ba

Please sign in to comment.