Skip to content

Commit

Permalink
Run robot tests on travis. Run them in isolation because we have test…
Browse files Browse the repository at this point in the history
… isolation issues.
  • Loading branch information
tisto committed Apr 23, 2016
1 parent 204bb2a commit d732776
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ install:
script:
- bin/code-analysis
- bin/coverage run bin/test
# XXX: Run Robot Framework in isolation to avoid test isolation issues.
- ROBOTSUITE_PREFIX=ONLYROBOT
- bin/test --all -t ONLYROBOT
after_success:
- pip install -q coveralls python-coveralls==2.5.0
- coveralls

0 comments on commit d732776

Please sign in to comment.