Skip to content

Commit 17eb2d2

Browse files
committed
Merge pull request pydata#52 from bashtage/update-travis
Update travis
2 parents 2c57915 + 87711de commit 17eb2d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
sudo: false
2+
13
language: python
24

35
env:
46
- PYTHON=2.6 PANDAS=0.13.1
57
- PYTHON=2.7 PANDAS=0.15.1
68
- PYTHON=3.3 PANDAS=0.14.1
7-
- PYTHON=3.4 PANDAS=0.15.1
9+
- PYTHON=3.4 PANDAS=0.16.2
810
- PYTHON=2.7 PANDAS=0.12.0
911
- PYTHON=2.7 PANDAS=0.11.0
1012
- PYTHON=2.7 PANDAS=0.10.1
@@ -16,7 +18,6 @@ matrix:
1618
- env: PYTHON=2.7 PANDAS=0.10.1
1719

1820
install:
19-
- sudo apt-get update
2021
# You may want to periodically update this, although the conda update
2122
# conda line below will keep everything up-to-date. We do this
2223
# conditionally because it saves us some downloading if the version is

0 commit comments

Comments
 (0)