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:
Christian Heimes 2017-11-20 09:14:42 +01:00
parent a94ba732ab
commit c468e32012

View File

@ -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