Skip to content

Commit 9fcab41

Browse files
committed
close email
1 parent 3dc2608 commit 9fcab41

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
language: python
2+
cache: pip
23
sudo: false
34
python:
45
- "2.7"
56
- "3.5"
67
- "3.6"
7-
88
install:
99
- pip install .
1010
- pip install flake8
1111
- pip install coverage
1212
- pip install coveralls
13-
1413
script:
1514
- flake8 jsoncsv tests --max-line-length=200
1615
- nosetests --cover-package=jsoncsv --with-coverage
1716
- python setup.py install
1817
- cat fixture/files/raw.0.json|jsoncsv -e > fixture/files/tmp.expand.0.json
18+
- cat fixture/files/raw.0.json|jsoncsv -e|jsoncsv -r|jsoncsv > fixture/files/tmp.expand.0.json
1919
- cat fixture/files/raw.2.json|jsoncsv|mkexcel -t xls > fixture/files/tmp.output.2.xls
2020
- cat fixture/files/raw.2.json|jsoncsv|mkexcel -t csv > fixture/files/tmp.output.2..csv
21-
2221
after_success:
23-
- coveralls
22+
- coveralls
23+
notifications:
24+
email: false

0 commit comments

Comments
 (0)