Skip to content

Commit

Permalink
Merge pull request #124 from inmanta/0_9_1_release
Browse files Browse the repository at this point in the history
Add python3.5 support and stage 0.9.1 release
  • Loading branch information
bartv authored Nov 9, 2016
2 parents b700d88 + f9dd658 commit 90a3762
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"

matrix:
Expand Down
2 changes: 1 addition & 1 deletion motorengine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

__version__ = '0.9.0'
__version__ = '0.9.1'

try:
from pymongo import ASCENDING, DESCENDING # NOQA
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py27, py33, py34, pypy
envlist = py27, py33, py34, py35, pypy

[testenv]
whitelist_externals = make
Expand Down

0 comments on commit 90a3762

Please sign in to comment.