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 travis config
Browse files Browse the repository at this point in the history
Update travis according to the new
testing setup.
  • Loading branch information
ksdme committed Jun 5, 2018
1 parent 774b482 commit 2b3c2ff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ before_install:

install:
- pip install -r ./requirements.txt
- pip install codecov
- cd - > /dev/null
- pip install -r ./test-requirements.txt

script:
- >
- sed -i.bak '/bears = GitCommitBear/d' .coafile
# - coverage run -a -m unittest discover -s tests
- py.test --cov-report term --cov=coalals

notifications:
email: false
Expand Down

0 comments on commit 2b3c2ff

Please sign in to comment.