Skip to content

Commit

Permalink
try no-cache, verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygeo committed May 9, 2017
1 parent 1e67e4e commit d8c767d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ env:
- PIP_CONSTRAINT=constraints.txt
install:
- pip install -U pip
- pip install -r requirements-dev.txt
- pip install -e .[test]
- pip install --no-cache -r requirements-dev.txt
- pip install --no-cache -e .[test]
- pip list
script:
- py.test --cov mapboxcli --cov-report term-missing
- py.test -vv --cov mapboxcli --cov-report term-missing
after_success:
- coveralls
deploy:
Expand Down

0 comments on commit d8c767d

Please sign in to comment.