Skip to content

Commit a20d8b8

Browse files
committed
Trying to manually add readline package to Travis-CI builds to see if that helps
1 parent d4cd3d0 commit a20d8b8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ language: python
22

33
sudo: false # false enables container-based build for fast boot times on Linux
44

5+
addons:
6+
apt:
7+
packages:
8+
- readline
9+
510
matrix:
611
include:
712
- os: linux

0 commit comments

Comments
 (0)