diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-17 14:53:04 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-03-17 14:53:04 +0000 |
| commit | 0f230b40752f8abcf60148a6e9901e9148b9f076 (patch) | |
| tree | 866ae79e1c9b0b6103362c7b9e87a57f209064e3 | |
| parent | Ensure bash shell is used (diff) | |
| download | TCPD-0f230b40752f8abcf60148a6e9901e9148b9f076.tar.gz TCPD-0f230b40752f8abcf60148a6e9901e9148b9f076.zip | |
Install virtualenv on Travis
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 433608f..5c2d37f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,11 @@ python: before_install: - apt-get update - # install make + # install make - apt-get install build-essential + # install virtualenv + - pip install -U virtualenv + script: - make clean |
