Skip to content

Commit

Permalink
give up on python2
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Aug 16, 2018
1 parent aaa43ca commit 377a601
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
steps:
- checkout

- run: sudo chown -R circleci:circleci /usr/local/bin

# Download and cache dependencies
- restore_cache:
keys:
Expand All @@ -39,7 +37,7 @@ jobs:
- run:
name: install dependencies
command: |
python -m venv venv || virtualenv venv
python -m venv venv
. venv/bin/activate
pip install --user -r test_requirements.txt
Expand All @@ -64,8 +62,3 @@ jobs:
<<: *test-template
docker:
- image: circleci/python:3.5-jessie

test-2.7:
<<: *test-template
docker:
- image: circleci/python:2.7-jessie

0 comments on commit 377a601

Please sign in to comment.