commit: d5e0f2a452181642ace081de322112822e4171e3
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 31 02:41:26 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 02:45:56 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d5e0f2a4
.travis.yml: remove duplicate call to ./setup.py test
It's called via tox.ini, but the duplication was first introduced
in commit 3e784a1daa3ff9e4cf15181e8c864db1d5f2fff1.
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
.travis.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 3a40617fb..297286ce0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,6 @@ install:
script:
- printf "[build_ext]\nportage-ext-modules=true" >> setup.cfg
- - ./setup.py test
- ./setup.py install --root=/tmp/install-root
- if [[ ${TRAVIS_PYTHON_VERSION/-dev/} == ?.? ]]; then
TOX_PYTHON_VERSION=${TRAVIS_PYTHON_VERSION/-dev/};