Skip to content

Commit 0e8b7b0

Browse files
authored
Downgrade virtualenv for conda tests on CircleCI (#1017)
1 parent 72a37cb commit 0e8b7b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ references:
7070
command: |
7171
conda config --set always_yes yes --set changeps1 no
7272
conda config --add channels conda-forge
73-
conda install virtualenv
73+
conda install virtualenv==16.0.0
7474
conda install tox
7575
- run:
7676
name: Run the tests
@@ -163,7 +163,7 @@ jobs:
163163

164164
miniconda27:
165165
docker:
166-
- image: continuumio/miniconda:4.3.14
166+
- image: continuumio/miniconda:4.6.14
167167
environment:
168168
- TEST_TOX_ENV: "py27"
169169
- BUILD_TOX_ENV: "build-py27"

0 commit comments

Comments
 (0)