We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2855a9 commit e1b3b7aCopy full SHA for e1b3b7a
shippable.yml
@@ -1,8 +1,13 @@
1
language: python
2
3
python:
4
+ - 2.6
5
- 2.7
-
6
+ - 3.2
7
+ - 3.3
8
+ - 3.4
9
+ - pypy
10
+
11
install:
12
- pip install -r requirements.txt
13
@@ -14,4 +19,8 @@ before_script:
14
19
script:
15
20
- nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml
16
21
- 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
+ - [email protected]
0 commit comments