Skip to content

Commit

Permalink
3.2?
Browse files Browse the repository at this point in the history
  • Loading branch information
gwax committed Mar 6, 2016
1 parent c9496e1 commit 9e12715
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ matrix:
env: TEST_SUITE=test
- python: 3.3
env: TEST_SUITE=test
- python: 3.2
env: TEST_SUITE=test

before_install:
- pip install -U pip
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import setuptools


if sys.version_info < (3, 3):
raise Exception('Python version < 3.3 are not supported.')
if sys.version_info < (3, 2):
raise Exception('Python version < 3.2 are not supported.')


# Get version information without importing the package
Expand Down

0 comments on commit 9e12715

Please sign in to comment.