forked from RasaHQ/rasa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
128 changed files
with
585 additions
and
603 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
version: "2" | ||
exclude_patterns: | ||
- rasa_core/utils.py # codeclimate has some encoding issues with this files because of emojis | ||
- rasa/core/utils.py # codeclimate has some encoding issues with this files because of emojis |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ exclude_lines = | |
def create_argument_parser | ||
if typing.TYPE_CHECKING | ||
[run] | ||
source = rasa_core | ||
source = rasa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ sudo: required | |
cache: | ||
directories: | ||
- "$HOME/.cache/pip" | ||
- "$HOME/build/amn41/rasa_core/data" | ||
python: | ||
- '3.5' | ||
- '3.6' | ||
|
@@ -16,7 +15,7 @@ install: | |
- pip list | ||
script: | ||
- py.test --codestyle -m codestyle | ||
- travis_wait py.test tests --cov rasa_core -v | ||
- travis_wait py.test tests --cov rasa -v | ||
#- cd docs && make doctest # can't do yet - doctests need to be cleaned up first | ||
after_success: | ||
- coveralls | ||
|
@@ -28,8 +27,8 @@ jobs: | |
install: | ||
- npm install -g swagger-cli | ||
script: | ||
- swagger-cli validate docs/_static/spec/server.yml | ||
- swagger-cli validate docs/_static/spec/action_server.yml | ||
- swagger-cli validate docs/core/_static/spec/server.yml | ||
- swagger-cli validate docs/core/_static/spec/action_server.yml | ||
after_success: | ||
- coveralls | ||
- stage: test | ||
|
@@ -75,7 +74,7 @@ jobs: | |
- git config --global user.name "Travis CI" | ||
- git remote set-url --push origin "[email protected]:$TRAVIS_REPO_SLUG" | ||
- export ${!TRAVIS*} | ||
- sphinx-versioning push docs newdocs . -- -b dirhtml -A html_theme=rasabaster | ||
- sphinx-versioning push docs/core newdocs . -- -b dirhtml -A html_theme=rasabaster | ||
- stage: trigger website rebuild | ||
if: fork = false AND branch = "master" AND type != "pull_request" | ||
script: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
include LICENSE.txt README.md requirements.txt dev-requirements.txt | ||
include rasa_core/schemas/* rasa_core/training/visualization.html | ||
include rasa_core/default_config.yml | ||
include rasa/core/schemas/* rasa/core/training/visualization.html | ||
include rasa/core/default_config.yml | ||
recursive-include rasa/cli/initial_project * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
policies: | ||
- name: MemoizationPolicy | ||
max_history: 5 | ||
- name: tests.conftest.ExamplePolicy | ||
- name: tests.core.conftest.ExamplePolicy | ||
example_arg: 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.