Skip to content

Commit d4fcdf9

Browse files
committed
Merge pull request #1 from sveitser/test
testing circleci
2 parents 96492d4 + 9d04854 commit d4fcdf9

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

blah

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blah

circle.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
machine:
2+
python:
3+
version: 2.7.6
4+
5+
test:
6+
override:
7+
- coverage run `which nosetests`

0 commit comments

Comments
 (0)