Skip to content

Commit

Permalink
Fix coveralls env
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Graves committed May 3, 2017
1 parent bdef1e2 commit 0a16f78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,8 @@ matrix:
env: TOX_ENV=py35
- python: 3.5
env: TOX_ENV=setup
- env: TOX_ENV=coveralls
- python: 3.5
env: TOX_ENV=coveralls
install:
- pip install tox
script:
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -30,5 +30,6 @@ deps =
coveralls
{[testenv:coverage]deps}
commands =
pipenv install --dev --system
py.test --cov=slingshot
coveralls

0 comments on commit 0a16f78

Please sign in to comment.