Skip to content

Commit

Permalink
test only botstory directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzhak committed Sep 27, 2016
1 parent 97656af commit 7927c8c
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 @@ -11,7 +11,7 @@ services:
env:
DOCKER_COMPOSE_VERSION: 1.8.0

before_install:
#before_install:
#
# Try to launch tests withotu docker
#
Expand All @@ -27,7 +27,7 @@ before_install:
- pip install coveralls

script:
- py.test --cov --cov-report term-missing
- py.test --cov botstory --cov-report term-missing

after_success:
- coveralls

0 comments on commit 7927c8c

Please sign in to comment.