Skip to content

Commit

Permalink
Switch to Wercker CI
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Jan 18, 2017
1 parent fefacb2 commit c1d3881
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

20 changes: 20 additions & 0 deletions wercker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
box: python:3.5

build:
steps:
- script:
name: checkout
code: git submodule update --init --recursive

- script:
name: install
code: |
apt -y update --fix-missing && apt -y install rake
- script:
name: test
code: rake test

- script:
name: clean
code: rake clean

0 comments on commit c1d3881

Please sign in to comment.