Skip to content

Commit

Permalink
Use python3 for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Jul 8, 2024
1 parent 1717e52 commit 083e630
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ rm -rf deb_dist
# ==============================================================
tar xzf $SOURCE_TARBALL
cd $SOURCE_TARBALL_DIR
which python
python -c "import sys; print('sys.version',sys.version)"
python setup.py --command-packages=stdeb.command sdist_dsc
which python3
python3 -c "import sys; print('sys.version',sys.version)"
python3 setup.py --command-packages=stdeb.command sdist_dsc
cd deb_dist/$DEBSOURCE
dpkg-buildpackage -rfakeroot -uc -us
cd ../..
Expand Down

0 comments on commit 083e630

Please sign in to comment.