Skip to content

Commit 5307ff6

Browse files
added manual install of robotframework-python3 package to tox.ini and .travis.yml
--HG-- branch : dev
1 parent 5ff501f commit 5307ff6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ install:
1111
- pip install -r requirements.txt --upgrade
1212
- pip install -r requirements.remote.txt --upgrade
1313
- pip install -r requirements.robotshell.txt --upgrade
14+
- pip install robotframework-python3
1415
- pip install zetup[commands] --upgrade
1516
- pip install pytest --upgrade
1617
- pip install tox --upgrade

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ envlist = py27,py33,py34
77

88
[testenv]
99
deps =
10+
robotframework-python3
1011
pytest
1112

1213
commands =
13-
py.test -v test
14+
py.test -v test

0 commit comments

Comments
 (0)