Skip to content

Commit

Permalink
Merge pull request #4 from telia-oss/add-cov
Browse files Browse the repository at this point in the history
Add cov
  • Loading branch information
paalvibe authored Sep 9, 2019
2 parents 5973394 + 0668023 commit 5395297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ install:
- pip install -r requirements_dev.txt
- pip install -e .
script:
- pytest
- make test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TAG = latest

SRC_DIR = $(shell pwd)
DIST_DIR = $(SRC_DIR)/dist
BIRGITTA_TESTS = $(SRC_DIR)/ngadss
BIRGITTA_TESTS = $(SRC_DIR)/tests

package: clean
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 5395297

Please sign in to comment.