adding python 3.5 as a target (#481)
* adding python 3.5 as a target * adding env flag
This commit is contained in:
parent
25a6c722b6
commit
b0eef03c73
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue