Restore F20 Python 3 docker tests.

This commit is contained in:
Devan Goodwin 2015-05-08 13:05:38 -03:00
parent d1b1e9611b
commit e8e7f63662
3 changed files with 7 additions and 2 deletions

View file

@ -67,9 +67,9 @@ titotest-fedora-20
titotest-centos-6
'
#titotest-fedora-20
#titotest-fedora-rawhide
python3_distros='
titotest-fedora-20
'
rm -f /tmp/titotest*.out &> /dev/null

View file

@ -19,6 +19,11 @@ RUN yum -y install \
python-nose \
python-pep8
RUN yum -y install \
python3-mock \
python3-nose \
python3-pep8
RUN yum-builddep -y /tmp/tito.spec
RUN yum clean all

View file

@ -18,7 +18,7 @@ from tito.builder import *
from tito.release import Releaser
from tito.compat import getoutput
from functional.fixture import TitoGitTestFixture, tito
from ConfigParser import RawConfigParser
from tito.compat import RawConfigParser
PKG_NAME = "titotestpkg"