.travis.yml: define $BUILD_DIST environment variable on Python 3.5 (Linux)

This commit is contained in:
Cosimo Lupo 2016-08-07 18:03:51 +01:00
parent f2b9b5a9b6
commit 0f7bc8f710

View File

@ -11,7 +11,9 @@ matrix:
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
env:
- TOXENV=py35
- BUILD_DIST=true
- python: pypy
env: TOXENV=pypy
- language: generic