Skip to content

Commit e600edb

Browse files
committed
Add a test to the deploy script
1 parent debc317 commit e600edb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ script:
2828
- "nosetests examples/boilerplates/boilerplate_test.py --browser=chrome --headless"
2929
- "pytest examples/my_first_test.py --browser=firefox -s --headless --with-db_reporting"
3030
- "pytest examples/my_first_test.py --browser=chrome -s --headless --with-db_reporting --demo_mode --demo_sleep=0.2"
31+
- "pytest examples/tour_examples/google_tour.py -s --headless --with-db_reporting"
3132
- "sudo mysql --password=test -e 'select test_address,browser,state,start_time,runtime from test_db.test_run_data'"
3233
after_script:
3334
- "sudo mysql -e 'DROP DATABASE test_db;'"

0 commit comments

Comments
 (0)