diff --git a/.travis.yml b/.travis.yml index f57c1e7..a9e5993 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - "2.6" - "2.7" - "3.3" + - "3.4" - "pypy" install: pip install -e . # command to run tests diff --git a/setup.py b/setup.py index 72a075b..a564139 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,8 @@ 'Programming Language :: Python', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Topic :: Software Development :: Libraries :: Python Modules' ] )