diff --git a/.travis.yml b/.travis.yml index 8cab822..ba0beaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "2.7" - "3.3" - "3.4" + - "3.5" # - "pypy" - won't work as smmap doesn't work (see smmap/.travis.yml for details) git: diff --git a/setup.py b/setup.py index e4b1b1d..c2f9f1e 100755 --- a/setup.py +++ b/setup.py @@ -121,4 +121,5 @@ def get_data_files(self): "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", ],)