Skip to content

Commit 837c324

Browse files
committed
Add sudo apt-get install python-dev in .travis.yml
1 parent 7ef53ac commit 837c324

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
@@ -8,6 +8,8 @@ matrix:
88
env: TOX_POSARGS="-e py38"
99
- python: "3.9"
1010
env: TOX_POSARGS="-e py39"
11+
before_install:
12+
- sudo apt-get install python-dev
1113
install:
1214
- travis_retry pip install tox
1315
script:

0 commit comments

Comments
 (0)