Skip to content

Commit cfcb6e0

Browse files
committed
Missing env variable?
1 parent 2141989 commit cfcb6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
- PYTHON_VERSION="3.6" COVERAGE="true" LATEST="true"
1010
- PYTHON_VERSION="3.6" LATEST="true"
1111
- os: osx
12-
PYTHON_VERSION="3.6" LATEST="true"
12+
env: PYTHON_VERSION="3.6" LATEST="true"
1313
install: source ./ci/.travis_install.sh
1414
script: bash ./ci/.travis_test.sh
1515
after_success:

0 commit comments

Comments
 (0)