mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-21 18:46:28 +00:00
Fix pypy3 wheel build.
This commit is contained in:
parent
56c055671a
commit
3fd31e7804
1 changed files with 10 additions and 0 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -17,6 +17,16 @@ matrix:
|
|||
- libpcap-dev
|
||||
- autogen
|
||||
|
||||
- os: linux
|
||||
language: python
|
||||
python: '3.6'
|
||||
env: PYTHON=/home/travis/virtualenv/python3.6.7/bin
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libpcap-dev
|
||||
- autogen
|
||||
|
||||
- os: linux
|
||||
language: python
|
||||
python: '3.7'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue