diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 84cc769..0000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: python - -python: - - "3.6" - -# command to install dependencies -install: pip install -r requirements.txt - -# command to run tests -script: python demo.py - -branches: - only: - - master