Skip to content

Commit

Permalink
chg: test: Pinning pytest version in travis config !minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmastaflash committed Feb 19, 2017
1 parent 30849e0 commit b7baf77
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 @@ -4,7 +4,7 @@ python:
- '2.7'
install:
- sudo apt-get update && sudo apt-get install -y lshw
- pip install pytest-cov pytest-pep8 python-coveralls codeclimate-test-reporter
- pip install pytest==3.0.4 pytest-cov pytest-pep8 python-coveralls codeclimate-test-reporter
- pip install pyserial hvac kalibrate==1.1.2 haversine python-geoip
python-geoip-geolite2 pyudev==0.21.0 gps3 LatLon psutil
script: sudo mkdir /data/ && py.test sitch/tests/ --cov sitchlib
Expand Down

0 comments on commit b7baf77

Please sign in to comment.