Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit f70f7ed

Browse files
author
Serhii Khalymon
committed
Uncomment tests for Linux
1 parent 21212c1 commit f70f7ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ passenv = SAUCE_USERNAME SAUCE_ACCESS_KEY APPLITOOLS_API_KEY SELENIUM_SERVER_URL
1414
extras = testing
1515
commands =
1616
pytest -n 2 --platform="Android 6.0" --remote 1 tests/selenium/test_appium.py
17-
; pytest -n 2 --platform="Linux" --browser chrome --headless 1
17+
pytest -n 2 --platform="Linux" --browser chrome --headless 1
1818

1919

2020
[testenv:lint]

0 commit comments

Comments
 (0)