Skip to content

Commit

Permalink
Update test config
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsnodnb committed Oct 19, 2017
1 parent 65ec9cb commit a8c4dc3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[report]
include =
evoltier/*.py
omit =
evoltier/__init__.py
evoltier/model/__init__.py
evoltier/optimizers/__init__.py
evoltier/test/__init__.py

11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ python:

install:
- pip install -r requirements-nocuda.txt
- pip install coverage coveralls

script:
- python evoltier/test/make_test.py

#after_success:
# - coveralls
#
after_success:
- coverage run evoltier/test/make_test.py
- coverage report
- coveralls

#notifications:
# slack:
# secure: your_token_key
# secure: your_token_key

0 comments on commit a8c4dc3

Please sign in to comment.