Skip to content

Commit 3cdd798

Browse files
committed
trying on the new container base
1 parent 51ae1b3 commit 3cdd798

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ script:
6161
- python manage.py test
6262

6363
after_success:
64-
- export USE_VERSION=1.3.10
64+
- export USE_VERSION=1.3.11
6565
- echo "Building Docker images with tag=${USE_VERSION}"
6666
- echo "Test Success - Branch=${TRAVIS_BRANCH} Version=${USE_VERSION} Pull Request=${TRAVIS_PULL_REQUEST} Tag=${TRAVIS_TAG}"
6767
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then echo -e "Push Container to Docker Hub"; fi

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ inotify
2828
keras
2929
matplotlib
3030
newrelic
31-
pandas
3231
numpy
32+
pandas
3333
psycopg2==2.7.3.2
3434
pycodestyle==2.3.1
3535
pydocstyle

0 commit comments

Comments
 (0)