Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianvf committed Jun 9, 2015
1 parent 9e4d6aa commit 3afc76b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ install:
- pip install -r dev-requirements.txt
- pip install coveralls

script: py.test tests --cov-report term-missing --cov-config .coveragerc --cov sharepa
script:
py.test tests --cov-report term-missing --cov-config .coveragerc --cov sharepa

after_success: coveralls
after_success:
coveralls

deploy:
provider: pypi
Expand Down

0 comments on commit 3afc76b

Please sign in to comment.