Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
opcua-asyncio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nikola Balog
opcua-asyncio
Commits
b5c77080
Commit
b5c77080
authored
Oct 14, 2020
by
Fabian Beitler
Committed by
oroulet
Oct 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop Python 3.6 support in travis tests
Upgrade test cases from ubuntu xenial to bionic Update README
parent
ccc3d649
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
8 deletions
+17
-8
.travis.yml
.travis.yml
+16
-7
README.md
README.md
+1
-1
No files found.
.travis.yml
View file @
b5c77080
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
...
...
README.md
View file @
b5c77080
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
[

](https://travis-ci.org/FreeOpcUa/opcua-asyncio)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment