Skip to content

Commit

Permalink
- updated tox
Browse files Browse the repository at this point in the history
  • Loading branch information
cr0hn committed Mar 31, 2017
1 parent 949ca68 commit 4cbd550
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,22 @@ python:
- "3.5"
- "3.6"

services:
- redis-server
#services:
# - redis-server

# command to install dependencies
install:
- pip install --upgrade pip wheel
- pip install --upgrade setuptools
- pip install tox-travis
- pip install tox
#- pip install tox-travis

# command to run tests
script: tox

after_success:
- pip install codecov
- codecov
#after_success:
# - pip install codecov
# - codecov

os:
- linux
Expand Down

0 comments on commit 4cbd550

Please sign in to comment.