diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9c85f3b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: python +dist: xenial +cache: pip +python: + - "3.6" + +install: + + - pip install flit future-fstrings + - flit install + - pip install scanpy + +script: + - PYTHONPATH=. pytest \ No newline at end of file