Skip to content

Commit

Permalink
Merge pull request #1 from prawn-cake/develop
Browse files Browse the repository at this point in the history
travis config update
  • Loading branch information
prawn-cake committed Jul 11, 2016
2 parents 96aead0 + c0ebf9d commit 1816986
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ python:
- 3.4
env:
- TOXENV=py34
before_install:
- pip install pytest-cov
install:
- pip install -r requirements-test.txt
- pip install tox coveralls
script:
- tox -r
after_success:
coveralls
coveralls

0 comments on commit 1816986

Please sign in to comment.