mirror of https://github.com/cowrie/cowrie.git
parent
126d3b34f1
commit
1f564c3803
|
@ -10,8 +10,11 @@ python:
|
|||
- '3.5'
|
||||
- '3.6'
|
||||
- '3.7'
|
||||
- '3.7-dev'
|
||||
- '3.8-dev'
|
||||
- 'nightly'
|
||||
- 'pypy'
|
||||
- 'pypy3'
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
install:
|
||||
|
@ -33,3 +36,5 @@ notifications:
|
|||
matrix:
|
||||
allow_failures:
|
||||
- python: '3.8-dev'
|
||||
- python: '3.7-dev'
|
||||
- python: 'nightly'
|
||||
|
|
Loading…
Reference in New Issue