diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c419d7c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,25 +0,0 @@ -dist: xenial - -language: python - -python: - - "3.8" - -cache: pip - -install: - - pip install -r test_requirements.txt - - pip install -e . - -script: - - flake8 - - black --check . - - pytest - -branches: - only: - - master - - polyclonal - -notifications: - slack: jbloomlab:kkopSfK2B3d2QYQGpPcDMVHx