Skip to content

Commit db5e6c4

Browse files
committed
More Python versions for Travis testing
1 parent 1452dd4 commit db5e6c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ python:
33
- "2.7"
44
- "3.5"
55
- "3.6"
6+
- "3.7"
7+
- "3.8"
68

79
install:
10+
- sudo apt-get install gfortran
811
- pip install -r requirements.txt
912
- python setup.py build
1013

0 commit comments

Comments
 (0)