Skip to content

Commit 156bb66

Browse files
committed
Add circleci.
1 parent f835288 commit 156bb66

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

circle.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
dependencies:
2+
override:
3+
- pip install --upgrade pip codecov
4+
- pip install -r requirements.txt
5+
# latest as of Nov. 7, 2016: 2.7.12, 3.4.5, 3.5.2
6+
- pyenv local 2.7.12 3.4.4 3.5.2
7+
8+
test:
9+
override:
10+
- nosetests --with-coverage --cover-package=ziptastic
11+
post:
12+
- codecov

0 commit comments

Comments
 (0)