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

Commit 420d69f

Browse files
committed
MAINT: update .travis.yml
* fix warnings in `.travis.yml` based on feedback from https://config.travis-ci.com/explore * attempting to restore Travis CI runs to our wheels build matrix
1 parent 102f8c9 commit 420d69f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ env:
2121
language: python
2222
# Default Python version is usually 2.7
2323
python: 3.5
24-
sudo: required
24+
os: linux
2525
dist: trusty
2626
services: docker
2727

28-
matrix:
28+
jobs:
2929
exclude:
3030
# Exclude the default Python 3.5 build
3131
- python: 3.5

0 commit comments

Comments
 (0)