Skip to content

Commit

Permalink
remove python2.6 test and adding unit code coverage repport
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Jul 30, 2017
1 parent e4c2815 commit 468a438
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ python:
- 3.4
- 3.3
- 2.7
- 2.6
before_install:
- pip install -r test/requirements.txt
script:
- make test
- make tests
after_success:
codecov

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: test
all: tests

test:
tests:
bash test.sh
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cd test
nosetests
nosetests --with-coverage --cover-package pyecharts --cover-package test
2 changes: 2 additions & 0 deletions test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
nose
codecov
coverage

0 comments on commit 468a438

Please sign in to comment.