Skip to content

Commit 15ed62d

Browse files
committed
fix travis errors
1 parent b4c9c0e commit 15ed62d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
sudo: false
1+
# Currently only format testing, so we can linux as it is better supported by travis
2+
# Note that for late integration tests we need windows
3+
os: "linux"
4+
dist: "xenial",
25
language: python
36
python:
47
- "3.8"
58
virtualenv:
69
system_site_packages: false
710

811
install:
9-
- pip install -u pip setuptools wheel
12+
- pip install --upgrade pip setuptools wheel
1013
- pip install flake8-black
1114

1215
script:

0 commit comments

Comments
 (0)