diff --git a/.travis.yml b/.travis.yml index d6e20db8..b854a873 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,11 @@ language: python +sudo: false python: - "2.7" - "3.2" - "3.3" - "3.4" + - "3.5" # command to install dependencies install: - pip install -r requirements.txt diff --git a/setup.py b/setup.py index d213a07e..0177274e 100644 --- a/setup.py +++ b/setup.py @@ -54,6 +54,7 @@ def find_version(*file_paths): 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Software Development :: Libraries :: Python Modules', ] )