test: configure Travis for CI

This commit is contained in:
Eneko Illarramendi
2020-04-27 19:39:00 +02:00
parent 1c8beba80b
commit 178fe65fb2
8 changed files with 104 additions and 38 deletions
+3
View File
@@ -0,0 +1,3 @@
def test_homepage(client):
r = client.get("/")
assert b"Add a new wallet" in r.data
View File