Blame .travis.yml

Packit 5acf3f
language: python
Packit 5acf3f
python:
Packit 5acf3f
  - "2.7"
Packit 5acf3f
  - "3.6"
Packit 5acf3f
  - "3.7"
Packit 5acf3f
install:
Packit 5acf3f
  - "pip install -r requirements.txt"
Packit 5acf3f
  - "python setup.py install"
Packit 5acf3f
script:
Packit 5acf3f
  - "pycodestyle boom"
Packit 5acf3f
  - "nosetests -v --with-cover --cover-package=boom"