Skip to content

Commit f92e29e

Browse files
committed
reenabled all build parameters after fixing e2e tests
1 parent e7752a7 commit f92e29e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ before_install:
4242
- chmod a+x ~/.docker/cli-plugins/docker-buildx
4343
install:
4444
- pip3 install -r requirements.txt
45-
# - pip3 install pyasn1 --upgrade
46-
# - pip3 install ldap3 parameterized bcrypt
47-
# - pip3 install requests --upgrade
48-
# - pip3 install awscli
45+
- pip3 install pyasn1 --upgrade
46+
- pip3 install ldap3 parameterized bcrypt
47+
- pip3 install requests --upgrade
48+
- pip3 install awscli
4949
- cd web-src
5050
- npm install
5151
- npm install allure-commandline --save-dev
@@ -54,9 +54,9 @@ install:
5454
- e2e_venv/bin/pip install -r src/e2e_tests/requirements.txt
5555
before_script:
5656
- cd src
57-
# - python3 -m unittest discover -s tests -p "*.py" -t .
57+
- python3 -m unittest discover -s tests -p "*.py" -t .
5858
- cd ../web-src
59-
# - npm run test:unit-ci
59+
- npm run test:unit-ci
6060
- cd ..
6161
script:
6262
- python3 tools/build.py

0 commit comments

Comments
 (0)