adding python 3.5 as a target (#481)

* adding python 3.5 as a target

* adding env flag
This commit is contained in:
kevgliss 2016-11-08 15:22:50 -08:00 committed by GitHub
parent 25a6c722b6
commit b0eef03c73
2 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,9 @@ cache:
env:
global:
- PIP_DOWNLOAD_CACHE=".pip_download_cache"
# do not load /etc/boto.cfg with Python 3 incompatible plugin
# https://github.com/travis-ci/travis-ci/issues/5246#issuecomment-166460882
- BOTO_CONFIG=/doesnotexist
before_script:
- psql -c "create database lemur;" -U postgres

View File

@ -200,6 +200,7 @@ setup(
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Natural Language :: English",
"License :: OSI Approved :: Apache Software License"
]