We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d703396 commit 6404c86Copy full SHA for 6404c86
.travis.yml
@@ -2,7 +2,7 @@ sudo: false # Use container-based infrastructure
2
language: python
3
python:
4
- "2.7"
5
- - "3.4"
+ - "3.5"
6
before_install:
7
# Commands below copied from: http://conda.pydata.org/docs/travis.html
8
# We do this conditionally because it saves us some downloading if the
0 commit comments