mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Drop py3.5, add py3.7
This commit is contained in:
24
.travis.yml
24
.travis.yml
@ -4,23 +4,23 @@ dist: trusty
|
||||
matrix:
|
||||
include:
|
||||
#
|
||||
# Python 3.5 testing
|
||||
#
|
||||
# lint
|
||||
- python: "3.5"
|
||||
env: TOX_POSARGS="-e lint"
|
||||
# doctest
|
||||
- python: "3.5"
|
||||
env: TOX_POSARGS="-e doctest"
|
||||
# core
|
||||
- python: "3.5"
|
||||
env: TOX_POSARGS="-e py35-core"
|
||||
#
|
||||
# Python 3.6 testing
|
||||
#
|
||||
# core
|
||||
- python: "3.6"
|
||||
env: TOX_POSARGS="-e py36-core"
|
||||
# lint
|
||||
- python: "3.6"
|
||||
env: TOX_POSARGS="-e lint"
|
||||
# doctest
|
||||
- python: "3.6"
|
||||
env: TOX_POSARGS="-e doctest"
|
||||
#
|
||||
# Python 3.7 testing
|
||||
#
|
||||
# core
|
||||
- python: "3.7"
|
||||
env: TOX_POSARGS="-e py37-core"
|
||||
#
|
||||
# pypy3 testing
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user