1 parent 3c1ebed commit 935bf08Copy full SHA for 935bf08
1 file changed
shippable.yml
@@ -2,7 +2,7 @@ language: python
2
3
python:
4
- 3.2
5
- - 3.3
+ # - 3.3
6
7
install:
8
- pip install -r requirements.txt
@@ -16,8 +16,7 @@ script:
16
- nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml
17
- which python && coverage run --branch test.py
18
- which python && coverage xml -o shippable/codecoverage/coverage.xml test.py
19
- - echo $foo
20
- - cat ~/.gitconfig
+ - env
21
22
archive: true
23
notifications:
0 commit comments