We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c57915 + 87711de commit 17eb2d2Copy full SHA for 17eb2d2
.travis.yml
@@ -1,10 +1,12 @@
1
+sudo: false
2
+
3
language: python
4
5
env:
6
- PYTHON=2.6 PANDAS=0.13.1
7
- PYTHON=2.7 PANDAS=0.15.1
8
- PYTHON=3.3 PANDAS=0.14.1
- - PYTHON=3.4 PANDAS=0.15.1
9
+ - PYTHON=3.4 PANDAS=0.16.2
10
- PYTHON=2.7 PANDAS=0.12.0
11
- PYTHON=2.7 PANDAS=0.11.0
12
- PYTHON=2.7 PANDAS=0.10.1
@@ -16,7 +18,6 @@ matrix:
16
18
- env: PYTHON=2.7 PANDAS=0.10.1
17
19
20
install:
- - sudo apt-get update
21
# You may want to periodically update this, although the conda update
22
# conda line below will keep everything up-to-date. We do this
23
# conditionally because it saves us some downloading if the version is
0 commit comments