Skip to content

Commit

Permalink
Disable 3.6 in travis until
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jan 15, 2017
1 parent aafc587 commit 6bc6e9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: python
sudo: false
python:
- "3.5"
- "3.6"
# Python3.6 is disabled until https://github.com/tiran/defusedxml/issues/3 lands in travis.
# - "3.6"
env:
global: PYTHONHASHSEED=random
cache:
Expand Down

0 comments on commit 6bc6e9b

Please sign in to comment.