File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3232 run : |
3333 pip install flake8
3434 # Stop the build if there are flake8 issues
35- flake8 . --count --show-source --statistics --exclude=temp,translations
35+ flake8 . --count --show-source --statistics --exclude=temp
3636 - name : Install Chrome and Firefox
3737 run : |
3838 sudo apt install google-chrome-stable
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ install:
2121 - " python setup.py install"
2222 - " sudo rm -f /etc/boto.cfg"
2323before_script :
24- - " flake8 --exclude=temp,translations "
24+ - " flake8 --exclude=temp"
2525 # - "wget https://chromedriver.storage.googleapis.com/2.44/chromedriver_linux64.zip && unzip chromedriver_linux64.zip && sudo cp chromedriver /usr/local/bin/ && sudo chmod +x /usr/local/bin/chromedriver"
2626 # - "wget https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.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"
2727 # - "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"
You can’t perform that action at this time.
0 commit comments