Files
asciinema/.travis.yml
2017-04-01 12:36:00 +02:00

23 lines
308 B
YAML

sudo: false
language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
before_install:
- pip install pep8
script:
- find . -name \*.py -exec pep8 --ignore=E501 {} +
- make test
notifications:
irc:
channels:
- "chat.freenode.net#asciinema"
use_notice: true
skip_join: true