diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-06 22:32:23 -0500 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-06 22:32:23 -0500 |
| commit | 238b4063691fee141c64eefec8d38dfb523dbc70 (patch) | |
| tree | f2ef9f59c26cf3a8615693f4efd78ce607d4b8fd | |
| parent | Speed up unit test (diff) | |
| download | pygensvm-238b4063691fee141c64eefec8d38dfb523dbc70.tar.gz pygensvm-238b4063691fee141c64eefec8d38dfb523dbc70.zip | |
Make sure travis updates packages if it has them
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fe6c8a4..24ed42a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_install: install: - pip install --upgrade pip - - pip install -r requirements.txt + - pip install -U -r requirements.txt - pip install nose Cython - python setup.py build_ext --inplace |
