Codebase list ipy / lintian-fixes/main .travis.yml
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

.travis.yml @lintian-fixes/mainraw · history · blame

dist: xenial
language: python
python:
  - "2.7"
  - "3.4"
  - "3.5"
  - "3.6"
  - "3.7"
  - "3.7-dev"
  - "3.8-dev"
  - "nightly"
before_install: pip install flake8
before_script: flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics
install: pip install pytest
script: pytest -k "not fuzz"