Skip to content

Commit 450ebc6

Browse files
committed
Set coveralls
1 parent 37749ba commit 450ebc6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.travis.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,15 @@ install:
1313
- pip install -r requirements.txt
1414
- pip install coveralls
1515

16+
# coveralls
17+
service_name: travis-pro
18+
repo_token: 3HHKgnpaX6qT41o42B3vTld39dHYVjzuZ
19+
1620
# command to run tests
17-
script: nosetests
21+
script: nosetests
22+
23+
script:
24+
coverage run --source flask_validator setup.py test
25+
after_success:
26+
coveralls
27+

0 commit comments

Comments
 (0)