=
commited on
Commit
·
30768eb
1
Parent(s):
cc376bc
changed dist to bionic
Browse files- .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:
|
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 |
|