Skip to content
This repository was archived by the owner on Jun 7, 2018. It is now read-only.

Commit 14c4110

Browse files
committed
Travis config updated to fix build/test breakage.
1 parent afdaf8c commit 14c4110

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ python:
33
- "3.4"
44
- "3.5"
55
before_install:
6+
- sudo apt-get -qq update
7+
- sudo apt-get install -y gdb
68
- pip install pytest pytest-cov
79
- pip install coveralls
810
install:

0 commit comments

Comments
 (0)