diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0e8743b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: python +python: + - "3.8" + - "3.9" + - "3.10" + - "3.11" + - "3.12" +install: + - pip install -e ".[dev] +script: + - pytest -v + - pytest --cov=dataforge +notifications: + email: false