Skip to content

Commit

Permalink
- tox tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aschiweck committed May 15, 2017
1 parent 6f7f499 commit b9f7804
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -2,9 +2,11 @@ language: python
python:
- "2.7"
# command to install dependencies
install: "pip install -e ."
install:
- pip install tox-travis
- pip install -e .
# command to run tests
script: py.test
script: tox
before_install:
- pip install codecov
after_success:
Expand Down

0 comments on commit b9f7804

Please sign in to comment.