Skip to content

Commit

Permalink
trying on the new container base
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-johnson committed Nov 2, 2018
1 parent 51ae1b3 commit 3cdd798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ script:
- python manage.py test

after_success:
- export USE_VERSION=1.3.10
- export USE_VERSION=1.3.11
- echo "Building Docker images with tag=${USE_VERSION}"
- echo "Test Success - Branch=${TRAVIS_BRANCH} Version=${USE_VERSION} Pull Request=${TRAVIS_PULL_REQUEST} Tag=${TRAVIS_TAG}"
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then echo -e "Push Container to Docker Hub"; fi
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ inotify
keras
matplotlib
newrelic
pandas
numpy
pandas
psycopg2==2.7.3.2
pycodestyle==2.3.1
pydocstyle
Expand Down

0 comments on commit 3cdd798

Please sign in to comment.