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 cfcb6e0 commit 87cc8f4Copy full SHA for 87cc8f4
.travis.yml
@@ -1,15 +1,16 @@
1
language: python
2
virtualenv:
3
system_site_packages: true
4
+os:
5
+ - linux
6
+ - osx
7
env:
8
matrix:
9
# let's start simple:
10
- PYTHON_VERSION="2.7" LATEST="true"
11
- PYTHON_VERSION="3.5" LATEST="true"
12
- PYTHON_VERSION="3.6" COVERAGE="true" LATEST="true"
13
- PYTHON_VERSION="3.6" LATEST="true"
- - os: osx
- env: PYTHON_VERSION="3.6" LATEST="true"
14
install: source ./ci/.travis_install.sh
15
script: bash ./ci/.travis_test.sh
16
after_success:
0 commit comments