Skip to content

Commit

Permalink
Fixing travis-ci config
Browse files Browse the repository at this point in the history
Signed-off-by: Ash Wilson <[email protected]>
  • Loading branch information
ashmastaflash committed Oct 20, 2016
1 parent 7e24994 commit 538dab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ python:
- '2.7'
install:
- pip install pytest-cov pytest-pep8 python-coveralls
- pip install pyserial hvac kalibrate haversine python-geoip python-geoip-geolite2 pyudev gps3
- pip install pyserial hvac kalibrate haversine python-geoip python-geoip-geolite2 pyudev gps3 LatLon
- git clone https://github.com/klynch/python-logstash-handler && cd python-logstash-handler && git checkout c5574624c8cb4fdba14bef33303e8650eb2f3487 && pip install .
- cd $OLDPWD
script: py.test sitch/tests/ --cov sitchlib --cov-report term-missing

0 comments on commit 538dab5

Please sign in to comment.