diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 4e4b1c008..000000000 --- a/.travis.yml +++ /dev/null @@ -1,30 +0,0 @@ -# Enable container based builds -sudo: false -dist: xenial # required for Python >= 3.7 -language: python - -matrix: - include: - - python: 3.8 - env: - - TOXENV=py38 - - python: 3.7 - env: - - TOXENV=py37 - - python: 3.6 - env: - - TOXENV=py36 - - python: 2.7 - env: - - TOXENV=py27 - - -install: -# Install the code requirements -- make init - -# Install Docs requirements - -script: -# Runs unit tests -- tox