Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #79 from Bytespeicher/travis_test
Browse files Browse the repository at this point in the history
Added Travis flake8 tests
  • Loading branch information
mkzero committed Nov 5, 2015
2 parents 2c81d6e + f6b0ebf commit 6462c17
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
language: python
sudo: false
cache: bundler

python:
- "2.7"
- "3.2"
- "3.3"

before_install:
- git submodule update --init --recursive
- pip install flake8

install:
- pip install -r contrib/requirements.txt

install: true
script:
- flake8 .

git:
submodules: false

notifications:
irc:
channels:
- "irc.hackint.net#bytespeicher-testing"
- "ircs:irc.hackint.net:9999#bytespeicher-testing"
skip_join: true
template:
- "%{repository_slug} (%{commit}) : %{message}"
- "Mehr zum Test: %{build_url}"

0 comments on commit 6462c17

Please sign in to comment.