Skip to content

Commit 2695914

Browse files
committed
switch to 3.6.10 in clawpack/.travis
1 parent 3f003de commit 2695914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22
python:
33
- 2.7
4-
- 3.5
4+
- 3.6.10
55
before_install:
66
# Print NumPy version that is already installed by Travis CI:
77
- python -c "import numpy; print(numpy.__version__)"

0 commit comments

Comments
 (0)