Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Mancevice committed Aug 13, 2016
1 parent c1a4321 commit 1e8060c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ python:
- '3.3'
- '3.4'
- '3.5'
install: pip install . codecov tox
install: pip install . codecov mock nose pylint
script:
- tox
- nosetests --with-coverage --cover-package influxalchemy
- pylint influxalchemy --ignore measurement3.py
after_success: codecov
deploy:
provider: pypi
Expand Down

0 comments on commit 1e8060c

Please sign in to comment.