Skip to content

Commit 0c32f81

Browse files
author
Luiko Czub
committed
prepare release 6.2 - travix should start TestLinkExample
1 parent 5915852 commit 0c32f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ install:
2020
script:
2121
- py.test test/utest-offline
2222
- if [[ $TESTLINK_API_PYTHON_SERVER_URL ]]; then py.test test/utest-online; fi
23-
- if [[ $TESTLINK_API_PYTHON_SERVER_URL && $TRAVIS_PYTHON_VERSION == '3.4' ]]; then python example\TestLinkExample.py; fi
23+
- if [[ $TESTLINK_API_PYTHON_SERVER_URL && $TRAVIS_PYTHON_VERSION == '3.4' ]]; then python example/TestLinkExample.py; fi

0 commit comments

Comments
 (0)