Skip to content

Commit c612230

Browse files
committed
revert removing virtualenvs, fix tests path
1 parent 1f17d28 commit c612230

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

circle.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ machine:
1010
services:
1111
- docker
1212

13-
# Disable python
14-
checkout:
15-
post:
16-
- rm -rf virtualenvs venv .pyenv
17-
1813
dependencies:
1914
cache_directories:
2015
- "~/docker"
@@ -43,7 +38,7 @@ dependencies:
4338

4439
test:
4540
override:
46-
- bash docker/circleci/tests.sh :
41+
- bash docker/files/tests.sh :
4742
timeout: 7200
4843
parallel: true
4944

0 commit comments

Comments
 (0)