jlane9/selenium_data_attributes

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: python
sudo: required
python:
  - "2.7"
  - "3.6"
# command to install dependencies
install:
  - pip install -r requirements.txt
  - pip install -e .
script:
  - pytest --driver BrowserStack --capability os "OS X" --capability os_version "El Capitan" --pep8 sda --cov sda/ --cov-report term-missing test/
after_success:
  - coveralls