Limit codecov to tiingo folder only

This commit is contained in:
Cameron Yick
2017-08-27 00:07:43 -04:00
parent e3936a6b76
commit 89029b6af8

View File

@@ -25,7 +25,7 @@ python:
script:
- export TIINGO_API_KEY=$TIINGO_API_KEY
- py.test --cov=./
- py.test --cov=./tiingo
matrix:
fast_finish: true