We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f003de commit 2695914Copy full SHA for 2695914
.travis.yml
@@ -1,7 +1,7 @@
1
language: python
2
python:
3
- 2.7
4
- - 3.5
+ - 3.6.10
5
before_install:
6
# Print NumPy version that is already installed by Travis CI:
7
- python -c "import numpy; print(numpy.__version__)"
0 commit comments