Skip to content

Commit 6c095ee

Browse files
committed
No longer need to pin python 3.6 for older version of conda-build.
1 parent 44a9fc1 commit 6c095ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
## install miniconda (using git pyctdev)
5252
- pip install -e . && doit miniconda_install && pip uninstall -y doit pyctdev && rm -f .doit.db
5353
- export PATH="$HOME/miniconda/bin:$PATH"
54-
- conda install -y "python=3.6" # required because conda-build isn't noarch, so otherwise causes python downgrade later on
5554
## build conda package (using git pyctdev)
5655
- pip install -e . && doit ecosystem_setup && doit package_build $CHANNELS && pip uninstall -y doit pyctdev && rm -f .doit.db
5756
## install conda package to use for rest of tests

0 commit comments

Comments
 (0)