We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d96b6 commit 7e7d9b8Copy full SHA for 7e7d9b8
dev/before_install
@@ -2,7 +2,7 @@
2
3
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
4
sudo apt-get update -qq
5
- sudo apt-get install -qq cvs git mercurial cssc bzr subversion monotone rcs rcs-blame python3 python3.4-venv python3-pip pep8 nodejs;
+ sudo apt-get install -qq cvs git mercurial cssc bzr subversion monotone rcs rcs-blame python3 python3.4-venv python3-pip pep8 nodejs
6
sudo ./dev/install-bitkeeper.sh
7
sudo pip3 install --upgrade pip
8
sudo pip3 install flake8
0 commit comments