Skip to content

Commit

Permalink
Drop Python 3.2 from the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
vmalloc committed Jul 11, 2013
1 parent 6f2c93d commit 4f532c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,6 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
env:
- INSTALL_PYMONGO=true INSTALL_PYEXECJS=true
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py32,py33
envlist = py26,py27,py33

[testenv]
deps=nose
Expand Down

0 comments on commit 4f532c0

Please sign in to comment.