Skip to content

Commit

Permalink
Drop py32 from testing
Browse files Browse the repository at this point in the history
coverage.py does not work with python 3.2 anymore.

black_magic itself should still work on this platform. I'm leaving it in
the classifiers as well, since I can test it on my local machine using
tox.
  • Loading branch information
coldfix committed Dec 25, 2015
1 parent 7884627 commit d32f789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: python
sudo: false
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py33, py34, py35, pypy
envlist = py26, py27, py32, py33, py34, py35, pypy

[testenv]
deps =
Expand Down

0 comments on commit d32f789

Please sign in to comment.