Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
Final cleanup, now seems to work!
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed Mar 16, 2018
1 parent e381720 commit 3c650e7
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,21 @@ addons:
- libsqlite3-dev

# command to install dependencies
# install:
# - pip install -r requirements.txt
# - pip install coveralls
install:
- pip install -r requirements.txt
- pip install coveralls

# command to run tests
script:
# - coverage run -m unittest discover neo
# - coverage run -m -a unittest discover boa_test
# - pycodestyle prompt.py
# - pycodestyle api_server.py
# - pycodestyle neo
# - pycodestyle examples
# - python prompt.py --version
- coverage run -m unittest discover neo
- coverage run -m -a unittest discover boa_test
- pycodestyle prompt.py
- pycodestyle api_server.py
- pycodestyle neo
- pycodestyle examples
- python prompt.py --version

# Workaround to user env vars in the deploy script
- echo "export DOCKER_USER=$DOCKER_USER" > env.sh
- echo "export DOCKER_PASS=$DOCKER_PASS" >> env.sh

Expand All @@ -47,5 +49,4 @@ deploy:
skip_cleanup: true
script: bash docker/travis-deploy-to-docker-hub.sh
on:
branch: docker-deploy
# tags: true
tags: true

0 comments on commit 3c650e7

Please sign in to comment.