From c7178fc9caf185e86a888a9378141131001615d5 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 7 Jan 2020 15:38:31 +0000 Subject: add initial travis config --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3a657a8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: python +python: + - "3.7" + +install: + - pip install six + - pip install -e .[dev] + +script: + - green -vv -a ./tests -- cgit v1.2.3