Skip to content

Commit a784419

Browse files
committed
Fixed typo in .travis.yml related to python365 on osx
1 parent f8f3735 commit a784419

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
@@ -42,7 +42,7 @@ matrix:
4242
os: osx
4343
- env: PYTHON="3.6" CONDA_PY=36 ARCH="x86_64"
4444
os: linux
45-
- env: PYTHON="3.6" CONDA_PY=35 ARCH="x86_64"
45+
- env: PYTHON="3.6" CONDA_PY=36 ARCH="x86_64"
4646
os: osx
4747
# Use miniconda to install binary versions of numpy etc. from continuum
4848
# analytic's repository. Follows an approach described by Dan Blanchard:

0 commit comments

Comments
 (0)