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 cfe0b34
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![PyPI version](https://badge.fury.io/py/tensorflow-qnd.svg)](https://badge.fury.io/py/tensorflow-qnd)
[![Python versions](https://img.shields.io/pypi/pyversions/tensorflow-qnd.svg)](setup.py)
[![Build Status](https://travis-ci.org/raviqqe/tensorflow-qnd.svg?branch=master)](https://travis-ci.org/raviqqe/tensorflow-qnd)
[![wercker status](https://app.wercker.com/status/0cb9af0e04969eddbc4f58c9c3aac677/s/master "wercker status")](https://app.wercker.com/project/byKey/0cb9af0e04969eddbc4f58c9c3aac677)
[![License](https://img.shields.io/badge/license-unlicense-lightgray.svg)](https://unlicense.org)

Quick and Dirty TensorFlow command framework
Expand Down
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 cfe0b34

Please sign in to comment.