Skip to content

Commit

Permalink
Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dimazest committed Jun 22, 2018
1 parent 247c3d3 commit 516d874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ python:
install:
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
- pip install -U requests
- pip install -r requirements-testing.txt -e .

script: python setup.py test
script: tox

after_success:
- pip install -r requirements-testing.txt -e .
- py.test --cov=poultry --cov-report=term-missing tests
- coveralls

0 comments on commit 516d874

Please sign in to comment.