Skip to content

Commit 935bf08

Browse files
author
Vidya Raghavan
committed
Update shippable.yml
1 parent 3c1ebed commit 935bf08

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

shippable.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22

33
python:
44
- 3.2
5-
- 3.3
5+
# - 3.3
66

77
install:
88
- pip install -r requirements.txt
@@ -16,8 +16,7 @@ script:
1616
- nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml
1717
- which python && coverage run --branch test.py
1818
- which python && coverage xml -o shippable/codecoverage/coverage.xml test.py
19-
- echo $foo
20-
- cat ~/.gitconfig
19+
- env
2120

2221
archive: true
2322
notifications:

0 commit comments

Comments
 (0)