diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 43a04e0..0000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -language: python -python: - - '3.7' -matrix: - include: - - python: 3.7 - dist: xenial - sudo: true -install: - - pip install -r requirements.txt - - pip install -r dev-requirements.txt -script: - - mypy --version - - mypy --ignore-missing-imports little_boxes - - flake8 little_boxes - - black --check . - - python -m pytest -vv --cov=little_boxes - - codecov diff --git a/README.md b/README.md index 851dedf..bd8fb5c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Little Boxes -Build Status Build Status