Commit b5c77080 authored by Fabian Beitler's avatar Fabian Beitler Committed by oroulet

Drop Python 3.6 support in travis tests

Upgrade test cases from ubuntu xenial to bionic
Update README
parent ccc3d649
language: python
python:
- "3.6"
- "3.7"
- "3.8"
- "pypy3"
# command to install dependencies
language: python
jobs:
include:
- name: "Python 3.7 with ubuntu 18.04 - Bionic"
os: linux
dist: bionic
python: 3.7
- name: "Python 3.8 with ubuntu 18.04 - Bionic"
os: linux
dist: bionic
python: 3.8
- name: "Python pypy3 with ubuntu 18.04 - Bionic"
os: linux
dist: bionic
python: pypy3
install:
- pip install python-dateutil
- pip install pytz
......
OPC UA / IEC 62541 Client and Server for Python >= 3.6 and pypy .
OPC UA / IEC 62541 Client and Server for Python >= 3.7 and pypy3 .
http://freeopcua.github.io/, https://github.com/FreeOpcUa/opcua-asyncio
[![Build Status](https://travis-ci.org/FreeOpcUa/opcua-asyncio.svg?branch=master)](https://travis-ci.org/FreeOpcUa/opcua-asyncio)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment