diff options
author | Santo Cariotti <sancn@live.com> | 2017-09-10 20:07:29 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-09-10 20:07:29 +0200 |
commit | 4aa6b653076f538b836743f5f094cdc57051fcfa (patch) | |
tree | 270f623e01880c70fb4a683614dca84cad7e67a8 | |
parent | 53d6bde7ee3b0a012f7d4111c4478f61aceb7955 (diff) |
Added travisci
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..6b0f2b5 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: python +python: + - "3.5" + - "3.6" + +install: + - pip install Flask +sudo: + - required +script: + python3 /lib/app.py |