diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 9e5fd48..0000000 --- a/.travis.yml +++ /dev/null @@ -1,17 +0,0 @@ -language: python -python: - - "3.5" - - "3.6" - - "3.8" -os: - - linux -before_install: - - pip install git+https://github.com/databio/henge.git@master -install: - - pip install . - - pip install -r requirements/requirements-test.txt -script: pytest tests -x -vv -branches: - only: - - dev - - master