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 3b7039e commit f3acbd8Copy full SHA for f3acbd8
.travis.yml
@@ -1,6 +1,9 @@
1
language: python
2
env:
3
- - TOX_ENV=py26
+# - 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.
7
- TOX_ENV=py27
8
# - TOX_ENV=py32
9
# Disabling py32 tests until the following issue is fixed:
0 commit comments