diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 17669e67..dad81c37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ install: brew outdated openssl || brew upgrade openssl brew install python fi - - pip install -U virtualenv + - pip install -U virtualenv codecov - ./dev.sh - source venv/bin/activate |