Skip to content

Commit 89aafd5

Browse files
committed
ok switch to py3 test only
1 parent 52aa780 commit 89aafd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
py3test:
55
working_directory: ~/fireworks
66
docker:
7-
- image: materialsvirtuallab/circle-ci-pmg-py3:3.7.3
7+
- image: continuumio/miniconda3:4.6.14
88
- image: circleci/mongo:latest
99
steps:
1010
- checkout
@@ -57,4 +57,4 @@ workflows:
5757
version: 2
5858
build_and_test:
5959
jobs:
60-
- py2test
60+
- py3test

0 commit comments

Comments
 (0)