Skip to content

Commit

Permalink
Merge pull request #1673 from RasaHQ/move-starter-tests
Browse files Browse the repository at this point in the history
Update travis script to test starter packs
  • Loading branch information
MetcalfeTom committed Jan 31, 2019
2 parents d96acd3 + 31d8e04 commit 0b6c515
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,16 @@ jobs:
- git remote set-url --push origin "git@github.com:$TRAVIS_REPO_SLUG"
- export ${!TRAVIS*}
- sphinx-versioning push docs newdocs . -- -b dirhtml -A html_theme=rasabaster
- stage: Test starter packs
- stage: test
if: branch = "*.x" # only new NLU version builds test the starter packs
name: "NLU starter pack"
python: 3.6
script:
- git clone https://github.com/RasaHQ/starter-pack-rasa-nlu.git
- cd starter-pack-rasa-nlu
- python -m pytest tests/test_nlu.py
- stage: Test starter packs
- stage: test
if: branch = "*.x" # only new NLU version builds test the starter packs
name: "Stack starter pack (NLU only)"
python: 3.6
script:
Expand Down Expand Up @@ -106,6 +108,7 @@ jobs:
- git commit --allow-empty -m "trigger nlu docs update"
- git push origin master
- stage: deploy
name: "PyPI test"
python: 3.6
install: skip
script: skip
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Added
Changed
-------
- applied spacy guidelines on how to disable pipeline components

=======
- replace pep8 with pycodestyle

Removed
Expand All @@ -35,6 +37,8 @@ Changed
-------
- updated requirements to match Core and SDK
- pinned keras dependecies
- starter packs are now tested in parallel with the unittests,
and only on branches ending in ``.x`` (i.e. new version releases)


[0.14.1] - 2018-01-23
Expand Down

0 comments on commit 0b6c515

Please sign in to comment.