Skip to content

Commit

Permalink
Fix tox
Browse files Browse the repository at this point in the history
  • Loading branch information
gtalarico committed May 2, 2018
1 parent 8427df0 commit a4a0aa7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ deploy:
tags: true
repo: gtalarico/pipenv-pipes
python: 3.6

# install:
# - "pip install codecov"
# after_success:
# - codecov
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ deps =
commands =
; pip install -U pip
pipenv install --dev
pipenv install -e .
pipenv run py.test tests
py.test --basetemp={envtmpdir}

pip install codecov
codecov

0 comments on commit a4a0aa7

Please sign in to comment.