diff options
author | cclauss <cclauss@bluewin.ch> | 2018-07-23 01:32:10 +0200 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2018-07-22 18:32:10 -0500 |
commit | bc021e4ae3232875fbbd13cdc74348f9893ed641 (patch) | |
tree | a6fbeec5577bdde25c1e5a601672a8272ce200bd /.circleci | |
parent | 35ec442fb961bb2d33cb5d9096207213c5022ec9 (diff) | |
download | numpy-bc021e4ae3232875fbbd13cdc74348f9893ed641.tar.gz |
TST: Add Python 3.7 to CI testing (#11598)
Add testing with Python 3.7 to both appveyor and travis.
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index e2eb01b04..906e96a83 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: docker: # CircleCI maintains a library of pre-built images # documented at https://circleci.com/docs/2.0/circleci-images/ - - image: circleci/python:3.6.1 + - image: circleci/python:3.6.6 working_directory: ~/repo |