diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5af78e2..0000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -language: python - -python: - - "3.6" - -install: - - pip install --upgrade pip - - python -m pip install -r requirements.txt . - -branches: - only: - - /.*/ - -script: - - cd tests/ && python -m unittest \ No newline at end of file