Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

test 1.0.2 #75

Merged
merged 3 commits into from
Mar 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ env:
global:
- REPO_DIR=pandas
# on release change this to a version
- BUILD_COMMIT=v1.0.1
- BUILD_COMMIT=1.0.x
- PLAT=x86_64
- UNICODE_WIDTH=32
- MB_PYTHON_OSX_VER=10.9
Expand All @@ -17,15 +17,11 @@ env:
language: python
# Default Python version is usually 2.7
python: 3.5
sudo: required
dist: trusty
group: deprecated-2017Q4
services: docker

matrix:
exclude:
# Exclude the default Python 3.5 build
- python: 3.5
jobs:
include:
- os: linux
env:
Expand Down