Skip to content

Commit 3c2a3dc

Browse files
committed
Update the Travis deploy script
1 parent 057d85e commit 3c2a3dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ install:
1919
- "python setup.py develop"
2020
- "sudo rm -f /etc/boto.cfg"
2121
before_script:
22-
- "flake8 --ignore FutureWarning seleniumbase/*.py && flake8 --ignore FutureWarning seleniumbase/*/*.py && flake8 --ignore FutureWarning seleniumbase/*/*/*.py && flake8 --ignore FutureWarning seleniumbase/*/*/*/*.py"
22+
- "flake8 seleniumbase/*.py && flake8 seleniumbase/*/*.py && flake8 seleniumbase/*/*/*.py && flake8 seleniumbase/*/*/*/*.py"
2323
# - "wget https://chromedriver.storage.googleapis.com/2.40/chromedriver_linux64.zip && unzip chromedriver_linux64.zip && sudo cp chromedriver /usr/local/bin/ && sudo chmod +x /usr/local/bin/chromedriver"
2424
# - "wget https://github.com/mozilla/geckodriver/releases/download/v0.21.0/geckodriver-v0.21.0-linux64.tar.gz -O /tmp/geckodriver.tar.gz && tar -C /opt -xzf /tmp/geckodriver.tar.gz && sudo chmod 755 /opt/geckodriver && sudo ln -fs /opt/geckodriver /usr/bin/geckodriver && sudo ln -fs /opt/geckodriver /usr/local/bin/geckodriver"
2525
# - "wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 && tar -xvf ./phantomjs-2.1.1-linux-x86_64.tar.bz2 && export PATH=$PWD/phantomjs-2.1.1-linux-x86_64/bin:$PATH"
26+
- "seleniumbase"
2627
- "seleniumbase install chromedriver"
2728
- "seleniumbase install geckodriver"
2829
- "seleniumbase mkdir browser_tests"

0 commit comments

Comments
 (0)