Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Merge 168784a into 1c7b28a
Browse files Browse the repository at this point in the history
  • Loading branch information
MetcalfeTom committed Jan 4, 2019
2 parents 1c7b28a + 168784a commit 46ac9f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Expand Up @@ -21,15 +21,23 @@ after_success:
- coveralls
jobs:
include:
- stage: Test API specification
- stage: integration
name: "Test API specification"
language: python
install:
- npm install -g swagger-cli
script:
- swagger-cli validate docs/_static/spec/server.yml
after_success:
- coveralls
- stage: Test Docs
- stage: integration
name: "Test stack starter pack"
script:
- git clone https://github.com/RasaHQ/starter-pack-rasa-stack.git
- cd starter-pack-rasa-stack
- python -m pytest tests/test_core.py
- stage: integration
name: "Test Docs"
install:
- pip install -r docs-requirements.txt
- pip install -e .
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Expand Up @@ -22,6 +22,7 @@ Added
the intent right
- Additional checks in PolicyEnsemble to ensure that custom Policy
classes' load function returns the correct type
- Travis script now clones and tests the Rasa stack starter pack
- Entries for tensorflow and sklearn versions to the policy metadata

Removed
Expand Down

0 comments on commit 46ac9f1

Please sign in to comment.