diff --git a/.travis.yml b/.travis.yml index 0a6f375..dd81ffa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" install: - pip install -e . --use-mirrors - pip install nose coverage coveralls --use-mirrors diff --git a/setup.py b/setup.py index e58026e..b2136b7 100644 --- a/setup.py +++ b/setup.py @@ -40,6 +40,7 @@ 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Topic :: Software Development :: Libraries', ], platforms=[