Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Thu, 31 Dec 2020 02:47:35
Message-Id: 1609382756.d5e0f2a452181642ace081de322112822e4171e3.zmedico@gentoo
1 commit: d5e0f2a452181642ace081de322112822e4171e3
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 31 02:41:26 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 02:45:56 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d5e0f2a4
7
8 .travis.yml: remove duplicate call to ./setup.py test
9
10 It's called via tox.ini, but the duplication was first introduced
11 in commit 3e784a1daa3ff9e4cf15181e8c864db1d5f2fff1.
12
13 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 .travis.yml | 1 -
16 1 file changed, 1 deletion(-)
17
18 diff --git a/.travis.yml b/.travis.yml
19 index 3a40617fb..297286ce0 100644
20 --- a/.travis.yml
21 +++ b/.travis.yml
22 @@ -17,7 +17,6 @@ install:
23
24 script:
25 - printf "[build_ext]\nportage-ext-modules=true" >> setup.cfg
26 - - ./setup.py test
27 - ./setup.py install --root=/tmp/install-root
28 - if [[ ${TRAVIS_PYTHON_VERSION/-dev/} == ?.? ]]; then
29 TOX_PYTHON_VERSION=${TRAVIS_PYTHON_VERSION/-dev/};