Skip to content

Commit ac428d7

Browse files
authored
Merge pull request #80 from django-ftl/namespace_packages
New namespace package layout
2 parents f3908cc + c089acf commit ac428d7

File tree

206 files changed

+7
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+7
-5
lines changed

.gitattributes

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
tests/syntax/fixtures_reference/crlf.ftl eol=crlf
2-
tests/syntax/fixtures_reference/cr.ftl eol=cr
3-
tests/syntax/fixtures_structure/crlf.ftl eol=crlf
1+
fluent.syntax/tests/syntax/fixtures_reference/crlf.ftl eol=crlf
2+
fluent.syntax/tests/syntax/fixtures_reference/cr.ftl eol=cr
3+
fluent.syntax/tests/syntax/fixtures_structure/crlf.ftl eol=crlf

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ python:
55
- "3.5"
66
- "3.6"
77
- "nightly"
8+
env:
9+
- PACKAGE=fluent.syntax
810
install: pip install tox-travis
9-
script: tox
11+
script: cd $PACKAGE; tox
1012
notifications:
1113
irc:
1214
channels:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)