Browse Source

Remove circleci.

tags/v0.1.1
Chris Smith 7 years ago
parent
commit
5d578dd321
2 changed files with 1 additions and 15 deletions
  1. 1
    1
      README.md
  2. 0
    14
      circle.yml

+ 1
- 1
README.md View File

@@ -1,4 +1,4 @@
1
-docker-rerun
1
+docker-rerun [![Build Status](https://semaphoreci.com/api/v1/csmith/docker-rerun/branches/master/badge.svg)](https://semaphoreci.com/csmith/docker-rerun)
2 2
 ===============================================================================
3 3
 
4 4
 `docker-rerun` is a small utility script that makes it easy to re-run docker

+ 0
- 14
circle.yml View File

@@ -1,14 +0,0 @@
1
----
2
-machine:
3
-  python:
4
-    version: 3.4.3
5
-  services:
6
-    - docker
7
-
8
-test:
9
-  pre:
10
-    - mkdir $CIRCLE_TEST_REPORTS/nosetests
11
-  override:
12
-    - pylint -d invalid-name docker-rerun
13
-    - nosetests -v --with-xunit --xunit-file=$CIRCLE_TEST_REPORTS/nosetests/nosetests.xml
14
-

Loading…
Cancel
Save