Skip to content

Commit 7bd9dfd

Browse files
author
Vladimir Kotal
committed
make python3-venv package generic
1 parent 9c68e38 commit 7bd9dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/before_install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
77
exit 1
88
fi
99

10-
sudo apt-get install -qq cvs git mercurial cssc bzr subversion monotone rcs rcs-blame python3 python3.4-venv python3-pip nodejs
10+
sudo apt-get install -qq cvs git mercurial cssc bzr subversion monotone rcs rcs-blame python3 python3-venv python3-pip nodejs
1111
if [[ $? != 0 ]]; then
1212
echo "cannot install extra packages"
1313
exit 1

0 commit comments

Comments
 (0)