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

Commit 39a49a4

Browse files
test 1.0.2 (#75)
* test 1.0.2 * update config * bump multibuild
1 parent ecacd16 commit 39a49a4

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.travis.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ env:
22
global:
33
- REPO_DIR=pandas
44
# on release change this to a version
5-
- BUILD_COMMIT=v1.0.1
5+
- BUILD_COMMIT=1.0.x
66
- PLAT=x86_64
77
- UNICODE_WIDTH=32
88
- MB_PYTHON_OSX_VER=10.9
@@ -17,15 +17,11 @@ env:
1717
language: python
1818
# Default Python version is usually 2.7
1919
python: 3.5
20-
sudo: required
2120
dist: trusty
2221
group: deprecated-2017Q4
2322
services: docker
2423

25-
matrix:
26-
exclude:
27-
# Exclude the default Python 3.5 build
28-
- python: 3.5
24+
jobs:
2925
include:
3026
- os: linux
3127
env:

0 commit comments

Comments
 (0)