Skip to content

Commit

Permalink
Remove test against Python 3.2
Browse files Browse the repository at this point in the history
Apparently the python-coveralls package has some sort of problem in
Python 3.2 and is making my tests fail. I am removing the test until the
issue is resolved.
  • Loading branch information
LeonardMH committed Nov 23, 2015
1 parent 5f03a78 commit d8aca94
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
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
Expand Down

0 comments on commit d8aca94

Please sign in to comment.