Skip to content

Commit

Permalink
#3 debug stages chain: PRE-BUILDING -> TESTING -> BUILDING -> PUBLISH…
Browse files Browse the repository at this point in the history
…ING to PyPI
  • Loading branch information
Tim55667757 committed Jul 23, 2022
1 parent f56c76f commit c8b3e15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
install:
- echo "---> Running PRE-BUILDING stage..."
- python -m pip install --upgrade pip --force-reinstall
- pip install setuptools==59.5.0 --upgrade --force-reinstall
- pip install -r requirements.txt
before_script:
- export PYTHONPATH=$PYTHONPATH:$PWD:$PWD/tksbrokerapi:$PWD/tests
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Changing the order has an impact on the overall integration process, which may cause troubles later.

# Build requirements:
setuptools==59.5.0
twine==4.0.1
pytest>=7.1.2

Expand Down

0 comments on commit c8b3e15

Please # to comment.