Skip to content

Commit

Permalink
Merge e44570a into 1653d9a
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Mar 29, 2018
2 parents 1653d9a + e44570a commit 30a07e3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pdc-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,15 @@ for executable in "%{buildroot}%{_bindir}"/*; do
"$executable" --help
done

# Run tests.
%if 0%{?with_python3}
pushd %{py3dir}
%{__python3} setup.py test -q
popd
%else
%{__python2} setup.py test -q
%endif # with_python3

%install
%py2_install
%if 0%{?with_python3}
Expand Down

0 comments on commit 30a07e3

Please sign in to comment.