Skip to content

Commit

Permalink
travis: remove 3.2
Browse files Browse the repository at this point in the history
The python 3.2 CI runs have been failing inside "import mock" with:

  RuntimeError: Python 3.3 or later is required

Possibly a misconfiguration on the travis side, but for now,
reduce the noise by disabling this configuration.
  • Loading branch information
davidmalcolm committed May 24, 2017
1 parent ae6ae43 commit 6b83f03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
python:
- "pypy"
- "2.7"
- "3.2"
- "3.3"
script: make
before_install:
Expand Down

0 comments on commit 6b83f03

Please sign in to comment.