Skip to content

Commit b32837f

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
os: linux
22
dist: focal
3-
addons:
3+
addons: # TEMPORARY: Just for Python 3.9-rc2
44
apt:
55
update: true
66
packages:
7-
- python3-numpy # TEMPORARY: Just for Python 3.9-rc2
8-
7+
- python3-numpy
8+
- python3-scipy
99
language: python
1010
python: 3.9-dev
1111
cache: pip

0 commit comments

Comments
 (0)