Skip to content

Commit f3acbd8

Browse files
committed
disable py26 tests
1 parent 3b7039e commit f3acbd8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: python
22
env:
3-
- TOX_ENV=py26
3+
# - TOX_ENV=py26
4+
# If someone opens a PR to re-enable py26 tests, I will merge it.
5+
# However, that cannot be at the cost of disabling pandas tests in other
6+
# environments.
47
- TOX_ENV=py27
58
# - TOX_ENV=py32
69
# Disabling py32 tests until the following issue is fixed:

0 commit comments

Comments
 (0)