Skip to content

Commit 7b8c943

Browse files
committed
Test against fluent.syntax 0.13 instead of 0.12
1 parent d3d8734 commit 7b8c943

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python:
1010
- "nightly"
1111
env:
1212
global:
13-
- FLUENT_RUNTIME_DEFAULT_DEPS="fluent.syntax==0.12.0 attrs==19.1.0 babel==2.6.0 pytz==2018.9 six==1.12.0"
13+
- FLUENT_RUNTIME_DEFAULT_DEPS="fluent.syntax==0.13.0 attrs==19.1.0 babel==2.6.0 pytz==2018.9 six==1.12.0"
1414
- FLUENT_SYNTAX_DEFAULT_DEPS="six"
1515
matrix:
1616
- PACKAGE=fluent.syntax

fluent.runtime/tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# This config is for local testing. It should be duplicated into .travis.yml
22
[tox]
3-
envlist = {py27, py35, py36, py37, pypy, pypy3}-syntax0.12, py36-syntax0.10, latest
3+
envlist = {py27, py35, py36, py37, pypy, pypy3}-syntax0.13, py36-syntax0.10, latest
44
skipsdist=True
55

66
[testenv]
77
setenv =
88
PYTHONPATH = {toxinidir}
99
deps =
1010
syntax0.10: fluent.syntax==0.10.0
11-
syntax0.12: fluent.syntax==0.12.0
11+
syntax0.13: fluent.syntax==0.13.0
1212
attrs==19.1.0
1313
babel==2.6.0
1414
pytz==2018.9

0 commit comments

Comments
 (0)