Skip to content

Commit

Permalink
split up tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Mar 20, 2019
1 parent 8bfa268 commit b20d4f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ before_script:
script:
- py.test --codestyle -m codestyle
- py.test tests --cov rasa -v --cov-append
# - py.test tests/nlu/base --cov rasa -v --cov-append
# - py.test tests/nlu/training --cov rasa -v --cov-append
- py.test tests/nlu/base --cov rasa -v --cov-append
- py.test tests/nlu/training --cov rasa -v --cov-append
after_success:
- coveralls
jobs:
Expand Down

0 comments on commit b20d4f2

Please sign in to comment.