File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ language: python
2
2
sudo : false
3
3
python :
4
4
- " 2.7"
5
+ - " 3.6"
5
6
addons :
6
7
firefox : latest
7
8
chrome : stable
@@ -14,12 +15,10 @@ before_install:
14
15
install :
15
16
- " pip install --upgrade pip"
16
17
- " pip install -r requirements.txt --upgrade"
17
- # - "pip install MySQL-python==1.2.5"
18
18
- " python setup.py develop"
19
19
- " sudo rm -f /etc/boto.cfg"
20
20
before_script :
21
21
- " flake8 seleniumbase/*.py && flake8 seleniumbase/*/*.py && flake8 seleniumbase/*/*/*.py && flake8 seleniumbase/*/*/*/*.py"
22
- # - "export DISPLAY=:99.0 && sh -e /etc/init.d/xvfb start"
23
22
- " wget https://chromedriver.storage.googleapis.com/2.37/chromedriver_linux64.zip && unzip chromedriver_linux64.zip && sudo cp chromedriver /usr/local/bin/ && sudo chmod +x /usr/local/bin/chromedriver"
24
23
- " wget https://github.com/mozilla/geckodriver/releases/download/v0.20.0/geckodriver-v0.20.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"
25
24
# - "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