Skip to content

Commit 24fc5a6

Browse files
authored
Update .travis.yml
1 parent 50c518f commit 24fc5a6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
os: linux
22
dist: focal
3+
addons:
4+
apt:
5+
update: true
6+
packages:
7+
- python3-numpy # TEMPORARY: Just for Python 3.9-rc2
8+
39
language: python
410
python: 3.9-dev
511
cache: pip
@@ -12,7 +18,6 @@ jobs:
1218
- black --check . || true
1319
- flake8 --ignore=E203,W503 --max-complexity=25 --max-line-length=88 --statistics --count .
1420
- scripts/validate_filenames.py # no uppercase, no spaces, in a directory
15-
- apt-get install python3-numpy # TEMPORARY: Just for Python 3.9-rc2
1621
- pip install -r requirements.txt # fast fail on black, flake8, validate_filenames
1722
script:
1823
- mypy --ignore-missing-imports . || true # https://github.com/python/mypy/issues/7907

0 commit comments

Comments
 (0)