Skip to content

Commit 65f1171

Browse files
author
Fabian-Robert Stöter
committed
update travis
1 parent 4adb04f commit 65f1171

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.travis.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
cache: pip
1+
dist: xenial
2+
3+
sudo: true
4+
5+
cache:
6+
directories:
7+
- $HOME/env
28

39
language: python
410

@@ -9,8 +15,7 @@ matrix:
915
include:
1016
- python: 3.6
1117
- python: 3.7
12-
dist: xenial
13-
sudo: true
18+
1419

1520
before_install:
1621
- bash .travis_dependencies.sh

0 commit comments

Comments
 (0)