1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

core: remove use of virtualenv for Travis

This commit is contained in:
Sébastien Helleu
2014-05-05 20:15:48 +02:00
parent d10080bca2
commit a3ce4da854
+2 -3
View File
@@ -2,10 +2,9 @@ language: c
before_install:
- sudo apt-get update -qq
- sudo apt-get -y install devscripts equivs python-virtualenv virtualenvwrapper libenchant-dev
- sudo apt-get -y install devscripts equivs python-pip libenchant-dev
- sudo mk-build-deps -i debian/control
- mkvirtualenv msgcheck
- pip install msgcheck
- sudo pip install msgcheck
script:
- mkdir build