diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0b7c188..0000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -language: python -python: -- 3.6 -- 3.7 -- 3.8 -install: -- pip install -U setuptools -- pip install -r requirements-dev.txt #fix versions -- python setup.py develop -script: -- py.test --cov skosprovider_atramhasis --cov-report term-missing tests -after_success: -- coveralls