Skip to content

Commit 7715c42

Browse files
committed
Update shippable.yml
1 parent b3f4927 commit 7715c42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

shippable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
language: python
22

33

4-
54
python:
6-
- 3.3
5+
- 3.2
76

87
env:
98
- dev=aaa
109

1110
install:
1211
- pip install -r requirements.txt
12+
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install coverage==3.7.1 codecov ; fi
1313

1414
archive: true
1515
# Make folders for the reports

0 commit comments

Comments
 (0)