jordanjoz1/ios2androidres

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: python
python:
  - "2.7"
  - "3.2"
  - "3.3"
  - "3.4.5"
  - "3.5.2"
  - "3.6.0"
# command to install dependencies
install: 
  - pip install -r requirements.txt
  - pip install coveralls
# command to run tests
script: nosetests  --with-coverage
after_success:
  - coveralls