diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7f861bd..0000000 --- a/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: python -python: - - "3.8" - - "3.9" - - "3.9-dev" # 3.9 development branch - - "nightly" # nightly build -install: - - python setup.py install -script: - - pytest