Skip to content

Commit

Permalink
.travis.yml: Run tests in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
meetmangukiya committed Jun 13, 2017
1 parent ba38563 commit 117c747
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ script:
- python -m pytest
- docker build -t "corobo" .
- docker images
- >
docker run --user root corobo /bin/sh -c "
set -e -x
pip install -r test-requirements.txt;
find -name \"**.pyc\" -delete;
python -m pytest
"
- codecov

notifications:
Expand Down

0 comments on commit 117c747

Please sign in to comment.