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

Commit

Permalink
Update test configuration
Browse files Browse the repository at this point in the history
This updates the test requirements and
travis configuration.
  • Loading branch information
ksdme committed Jun 7, 2018
1 parent 7ec46f5 commit 4d5defb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,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

notifications:
email: false
Expand Down
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
six>=0.11
behave
pytest~=3.6.0
pytest-cov
codecov

0 comments on commit 4d5defb

Please sign in to comment.