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

Commit

Permalink
.travis.yml: Update tests configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ksdme committed Jun 6, 2018
1 parent 1f5857b commit f5a78ce
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ before_install:
fi

install:
# beheve is a dev dependeny, so not in requirements.txt.
- pip install behave
- pip install -r ./requirements.txt
# codecov is a code coverage tool.
- pip install codecov
- pip install -r ./test-requirements.txt
- cd ./vscode-client
- npm install
- mkdir ./out
Expand All @@ -43,8 +40,7 @@ script:
# https://github.com/coala/coala-bears/issues/1037
- sed -i.bak '/bears = GitCommitBear/d' .coafile
# Server side tests.
- coverage run $(which behave) ./tests/server.features
- coverage run -a -m unittest discover -s tests
- py.test --cov-report term --cov=coalals
# Frontend tests.
# - cd ./vscode-client
# - npm test
Expand Down

0 comments on commit f5a78ce

Please sign in to comment.