.travis.yml: define $BUILD_DIST environment variable on Python 3.5 (Linux)
This commit is contained in:
parent
f2b9b5a9b6
commit
0f7bc8f710
@ -11,7 +11,9 @@ matrix:
|
|||||||
- python: 3.4
|
- python: 3.4
|
||||||
env: TOXENV=py34
|
env: TOXENV=py34
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: TOXENV=py35
|
env:
|
||||||
|
- TOXENV=py35
|
||||||
|
- BUILD_DIST=true
|
||||||
- python: pypy
|
- python: pypy
|
||||||
env: TOXENV=pypy
|
env: TOXENV=pypy
|
||||||
- language: generic
|
- language: generic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user