diff options
author | Santo Cariotti <sancn@live.com> | 2017-09-11 10:43:32 +0200 |
---|---|---|
committer | Santo Cariotti <sancn@live.com> | 2017-09-11 10:43:32 +0200 |
commit | f024cfc27ead8a79cc647e009b7cf83b0231d49e (patch) | |
tree | ecfcd0e5973c5df452bf224c78178e8717e908d4 | |
parent | a56b6fc4c181d9c05842cff2a38aae0685e43b7e (diff) |
test travisci2
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 79904d9..68fcf40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,15 @@ +sudo: false language: python python: - 3.5 +install: + - pip install -r requirements.txt + +script: + - echo "Ok" + +branches: + only: + - master + |