Skip to content

Commit e1b3b7a

Browse files
author
Vidya Raghavan
committed
Update shippable.yml
1 parent d2855a9 commit e1b3b7a

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

shippable.yml

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

33
python:
4+
- 2.6
45
- 2.7
5-
6+
- 3.2
7+
- 3.3
8+
- 3.4
9+
- pypy
10+
611
install:
712
- pip install -r requirements.txt
813

@@ -14,4 +19,8 @@ before_script:
1419
script:
1520
- nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml
1621
- which python && coverage run --branch test.py
17-
- which python && coverage xml -o shippable/codecoverage/coverage.xml test.py
22+
- which python && coverage xml -o shippable/codecoverage/coverage.xml test.py
23+
24+
notifications:
25+
email:
26+

0 commit comments

Comments
 (0)