Remove PhantomJS test runs

This commit is contained in:
Johannes Hoppe 2017-05-19 10:25:49 +02:00
parent a5bb222ea8
commit 6260226ae5

View file

@ -14,7 +14,6 @@ from selenium.common.exceptions import WebDriverException
browsers = {
'chrome': webdriver.Chrome,
'firefox': webdriver.Firefox,
'phantomjs': webdriver.PhantomJS,
}