Merge pull request #1113 from zackmdavis/travis_by_night
nightly Python on Travis CI??
This commit is contained in:
commit
f8fc1fb71b
@ -4,6 +4,8 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: TOXENV=py35
|
env: TOXENV=py35
|
||||||
|
- python: nightly
|
||||||
|
env: TOXENV=py36
|
||||||
env:
|
env:
|
||||||
- TOXENV=py27
|
- TOXENV=py27
|
||||||
- TOXENV=py33
|
- TOXENV=py33
|
||||||
|
@ -1516,7 +1516,8 @@ class HyASTCompiler(object):
|
|||||||
gen.append(ast.comprehension(
|
gen.append(ast.comprehension(
|
||||||
target=target,
|
target=target,
|
||||||
iter=gen_res.force_expr,
|
iter=gen_res.force_expr,
|
||||||
ifs=[]))
|
ifs=[],
|
||||||
|
is_async=False))
|
||||||
|
|
||||||
if cond.expr:
|
if cond.expr:
|
||||||
gen[-1].ifs.append(cond.expr)
|
gen[-1].ifs.append(cond.expr)
|
||||||
|
Loading…
Reference in New Issue
Block a user