diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 1585703..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: python -python: - - "3.7" -before_install: - - sudo apt-get update - - make system-dependencies -install: - - pip install wheel - - pip install codecov - - pip install -r requirements.frozen.txt -script: - - python -m pytest --cov=hermit --cov-config=tests/.coveragerc --ignore=vendor -after_success: - - codecov