Skip to content

Commit 7c04165

Browse files
authored
Update .travis.yml
1 parent bdea666 commit 7c04165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ install:
1818
- pip install virtualenv --upgrade
1919
- pip install -r requirements.txt
2020
- pip install -r requirements-dev.txt
21-
- pip install .
21+
- pip install -e .
2222

2323
script:
24-
- coverage run -m pytest --cov=gdax
24+
- py.test --cov=gdax --cov-report=term --cov-append tests
2525

2626
after_success:
2727
- codecov

0 commit comments

Comments
 (0)