Skip to content

Commit

Permalink
skip all tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Scisco committed Mar 24, 2016
1 parent 7f5998b commit 1730439
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,8 @@ env:
install:
- pip install --user twine

before_script:
- docker build --file="travis-dockerfile" -t "developmentseed/landsat-util:travis" .

script:
- docker run --rm -it -v "$(pwd)":/test -w /test developmentseed/landsat-util:travis nosetests

after_success:
- docker login -e ${DOCKER_EMAIL} -u ${DOCKER_USER} -p ${DOCKER_PASSWORD}
- docker push developmentseed/landsat-util:travis
- echo 'nothing'

deploy:
provider: pypi
Expand Down

0 comments on commit 1730439

Please sign in to comment.