Codebase list python-validictory / 6472be97-2ee0-44ac-ae9d-dc201fb4e060/main .travis.yml
6472be97-2ee0-44ac-ae9d-dc201fb4e060/main

Tree @6472be97-2ee0-44ac-ae9d-dc201fb4e060/main (Download .tar.gz)

.travis.yml @6472be97-2ee0-44ac-ae9d-dc201fb4e060/mainraw · history · blame

language: python
python:
    - "2.7"
    - "3.4"
    - "3.5"
    - "3.6"
install: pip install pytest pytest-cov coveralls
script: py.test --cov validictory --cov-config=.coveragerc
after_success:
    - coveralls
notifications:
    email:
        - dev@jamesturk.net