Skip to content

Commit

Permalink
Testing Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
astorfi committed Jun 14, 2017
1 parent 06a2592 commit dba6254
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ install:
- pip install coveralls

script:
coverage run setup.py test
- coverage run setup.py test
- coverage run tests/test.py test

after_success:
coveralls
Expand Down
1 change: 1 addition & 0 deletions .travis.yml~
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ python:
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install coveralls

script:
coverage run setup.py test
Expand Down
File renamed without changes.

0 comments on commit dba6254

Please sign in to comment.