We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ae1b3 commit 3cdd798Copy full SHA for 3cdd798
.travis.yml
@@ -61,7 +61,7 @@ script:
61
- python manage.py test
62
63
after_success:
64
- - export USE_VERSION=1.3.10
+ - export USE_VERSION=1.3.11
65
- echo "Building Docker images with tag=${USE_VERSION}"
66
- echo "Test Success - Branch=${TRAVIS_BRANCH} Version=${USE_VERSION} Pull Request=${TRAVIS_PULL_REQUEST} Tag=${TRAVIS_TAG}"
67
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then echo -e "Push Container to Docker Hub"; fi
requirements.txt
@@ -28,8 +28,8 @@ inotify
28
keras
29
matplotlib
30
newrelic
31
-pandas
32
numpy
+pandas
33
psycopg2==2.7.3.2
34
pycodestyle==2.3.1
35
pydocstyle
0 commit comments