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
group: deprecated-2017Q3
services:
- docker
python:
- "2.7"
- "3.6"
cache: pip
env:
global:
@ -50,9 +49,8 @@ env:
- TASK_TO_RUN="tox"
TEST_RUNNER_CONFIG=".test_runner_config.yaml"
install:
- pip install --upgrade pip
- pip3 install --upgrade pip
- pip install pycodestyle
- pip3 install pycodestyle
- >
pip3 install
git+https://github.com/freeipa/ipa-docker-test-runner@release-0-2-2