We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f835288 commit 156bb66Copy full SHA for 156bb66
1 file changed
circle.yml
@@ -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
10
+ - nosetests --with-coverage --cover-package=ziptastic
11
+ post:
12
+ - codecov
0 commit comments