Skip to content

Commit a20c3b7

Browse files
committed
switch to xenial and test Python 3.7/3.8
1 parent 7c2edbb commit a20c3b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dist: trusty
1+
dist: xenial
22
sudo: required
33
language: python
44
notifications:
@@ -10,6 +10,8 @@ python:
1010
- "3.4"
1111
- "3.5"
1212
- "3.6"
13+
- "3.7"
14+
- "3.8"
1315
env:
1416
- PARI_VERSION=pari-2.9.4
1517
URLDIR=OLD/2.9

0 commit comments

Comments
 (0)