Skip to content

Commit

Permalink
use ua modules from pip, fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oroulet committed Jun 12, 2019
1 parent bb10dc1 commit 71e8226
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ python:
- "3.6"
env:
- DISPLAY=:99.0
before_install:
- sh -e /etc/init.d/xvfb start
services:
- xvfb
install:
- pip install python-dateutil
- pip install cryptography
- pip install pytest
- pip install pyqt5
- pip install pytz
- pip install lxml
- git clone https://github.com/FreeOpcUa/python-opcua.git
- git clone https://github.com/FreeOpcUa/opcua-widgets.git
- pip install opcua
- pip install opcua-widgets
# command to run tests
script: pytest -v

0 comments on commit 71e8226

Please sign in to comment.