mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Use Python 3 on Travis
Removes Travis workaround "group: deprecated-2017Q3" Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
parent
a94ba732ab
commit
c468e32012
@ -1,10 +1,9 @@
|
|||||||
language: python
|
language: python
|
||||||
group: deprecated-2017Q3
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "3.6"
|
||||||
cache: pip
|
cache: pip
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
@ -50,9 +49,8 @@ env:
|
|||||||
- TASK_TO_RUN="tox"
|
- TASK_TO_RUN="tox"
|
||||||
TEST_RUNNER_CONFIG=".test_runner_config.yaml"
|
TEST_RUNNER_CONFIG=".test_runner_config.yaml"
|
||||||
install:
|
install:
|
||||||
- pip install --upgrade pip
|
|
||||||
- pip3 install --upgrade pip
|
- pip3 install --upgrade pip
|
||||||
- pip install pycodestyle
|
- pip3 install pycodestyle
|
||||||
- >
|
- >
|
||||||
pip3 install
|
pip3 install
|
||||||
git+https://github.com/freeipa/ipa-docker-test-runner@release-0-2-2
|
git+https://github.com/freeipa/ipa-docker-test-runner@release-0-2-2
|
||||||
|
Loading…
Reference in New Issue
Block a user