= commited on
Commit
30768eb
·
1 Parent(s): cc376bc

changed dist to bionic

Browse files
Files changed (1) hide show
  1. .travis.yml +1 -1
.travis.yml CHANGED
@@ -16,7 +16,7 @@ before_install:
16
  - "pip install -U pip"
17
  - "python setup.py install"
18
 
19
- dist: xenial
20
  # Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
21
  install: pip install -U tox-travis
22
 
 
16
  - "pip install -U pip"
17
  - "python setup.py install"
18
 
19
+ dist: bionic
20
  # Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
21
  install: pip install -U tox-travis
22