Skip to content

Commit

Permalink
Python 3 not yet ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Mar 19, 2019
1 parent 52a0380 commit 8a6aaf7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ common: &common
- run-tests:
name: python27
python: "2.7"
- run-tests:
name: python36
python: "3.6"
- run-tests:
name: python37
python: "3.7"
# - run-tests:
# name: python36
# python: "3.6"
# - run-tests:
# name: python37
# python: "3.7"

- python/coverage:
name: coverage
requires:
- python27
- python36
- python37
# - python36
# - python37

- python/release:
name: release
Expand Down

0 comments on commit 8a6aaf7

Please sign in to comment.