Skip to content

Commit 71a26a5

Browse files
committed
Corrected syntax in tox.ini
1 parent 7b8c943 commit 71a26a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluent.runtime/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.13, py36-syntax0.10, latest
3+
envlist = {py27,py35,py36,py37,pypy,pypy3}-syntax0.13, py36-syntax0.10, latest
44
skipsdist=True
55

66
[testenv]

0 commit comments

Comments
 (0)