diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e9d1ed25b..000000000 --- a/.travis.yml +++ /dev/null @@ -1,9 +0,0 @@ -language: python -sudo: true -cache: pip -python: - - "3.7" -install: - - "pip install -e ." -script: - - "cd test && pytest"