Skip to content

Commit 59bd2fe

Browse files
committed
fixed missing required libraries for testing
1 parent 3967426 commit 59bd2fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ before_install:
4141
- curl --silent -L "https://github.com/docker/buildx/releases/download/v0.30.1/buildx-v0.30.1.linux-amd64" > ~/.docker/cli-plugins/docker-buildx
4242
- chmod a+x ~/.docker/cli-plugins/docker-buildx
4343
install:
44-
# - pip3 install -r requirements.txt
44+
- pip3 install -r requirements.txt
4545
# - pip3 install pyasn1 --upgrade
4646
# - pip3 install ldap3 parameterized bcrypt
4747
# - pip3 install requests --upgrade

0 commit comments

Comments
 (0)