=
commited on
Commit
·
cc376bc
1
Parent(s):
b3fac9f
changed dist to xenial in travis
Browse files- .travis.yml +1 -0
.travis.yml
CHANGED
@@ -16,6 +16,7 @@ before_install:
|
|
16 |
- "pip install -U pip"
|
17 |
- "python setup.py install"
|
18 |
|
|
|
19 |
# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
20 |
install: pip install -U tox-travis
|
21 |
|
|
|
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 |
|