Skip to content

Commit c94a3e6

Browse files
author
Zac Nelson
committed
update tests for Python 2.6. Make sure to install importlib.
1 parent 7f51542 commit c94a3e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55
before_install:
66
- sudo apt-get update -qq
77
- sudo apt-get install python-bluetooth -qq -y
8+
- if [[ $TRAVIS_PYTHON_VERSION = '2.6' ]]; then pip install importlib; fi
89
- pip install pyserial
910
- pip install coveralls
1011
install: pip install -q -e .

0 commit comments

Comments
 (0)