Skip to content

Commit 87cc8f4

Browse files
committed
Rework Travis-CI config
1 parent cfcb6e0 commit 87cc8f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
language: python
22
virtualenv:
33
system_site_packages: true
4+
os:
5+
- linux
6+
- osx
47
env:
58
matrix:
69
# let's start simple:
710
- PYTHON_VERSION="2.7" LATEST="true"
811
- PYTHON_VERSION="3.5" LATEST="true"
912
- PYTHON_VERSION="3.6" COVERAGE="true" LATEST="true"
1013
- PYTHON_VERSION="3.6" LATEST="true"
11-
- os: osx
12-
env: PYTHON_VERSION="3.6" LATEST="true"
1314
install: source ./ci/.travis_install.sh
1415
script: bash ./ci/.travis_test.sh
1516
after_success:

0 commit comments

Comments
 (0)