From ef164b13985a0dd134228e10d894817209575c99 Mon Sep 17 00:00:00 2001 From: Joris Roovers Date: Wed, 2 Sep 2015 13:18:52 -0700 Subject: Initial commit - setup.py - travis integration - README - Vagrantfile - run_tests.sh - gitignore - requirements.txt --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c0addcb --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - "2.7" +install: + - "pip install -r requirements.txt" + - "pip install -r test-requirements.txt" +script: "./run_tests.sh && ./run_tests.sh --pep8" -- cgit v1.2.3