From 99a1ec947a87dbed4ad0a8180a8e52b9d86d99ba Mon Sep 17 00:00:00 2001 From: bitenomnom <39060847+bitenomnom@users.noreply.github.com> Date: Thu, 2 May 2019 10:36:34 -0500 Subject: [PATCH 1/3] Add files via upload --- tests/travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/travis.yml diff --git a/tests/travis.yml b/tests/travis.yml new file mode 100644 index 0000000..d1e98f9 --- /dev/null +++ b/tests/travis.yml @@ -0,0 +1,10 @@ +language: python + +python: + - "3.6" + +install: + - pip install matplotlib scipy numpy hypothesis + +script: + - py.test tests From 49c43551e6e23fb2f94b5ea5d978d7985d9c1d63 Mon Sep 17 00:00:00 2001 From: bitenomnom <39060847+bitenomnom@users.noreply.github.com> Date: Thu, 2 May 2019 10:44:41 -0500 Subject: [PATCH 2/3] Add files via upload --- 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..d1e98f9 --- /dev/null +++ b/travis.yml @@ -0,0 +1,10 @@ +language: python + +python: + - "3.6" + +install: + - pip install matplotlib scipy numpy hypothesis + +script: + - py.test tests From ebd601d4a2305d87a0da9f3c37fd7932853fa1ec Mon Sep 17 00:00:00 2001 From: bitenomnom <39060847+bitenomnom@users.noreply.github.com> Date: Thu, 2 May 2019 11:05:06 -0500 Subject: [PATCH 3/3] Add .travis.yml --- .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..d1e98f9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: python + +python: + - "3.6" + +install: + - pip install matplotlib scipy numpy hypothesis + +script: + - py.test tests