Skip to content

Commit

Permalink
remove py34
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryo Chijiiwa committed Jul 30, 2019
1 parent 382ba60 commit df01d6a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
command: echo 'export PATH="${HOME}/.local/bin:${PATH}"' >> ${BASH_ENV}
- run:
name: Install python3-devel
command: sudo apt-get install python3-dev libssl-dev python-openssl
command: |
sudo apt-get update
sudo apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev \
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
xz-utils tk-dev libffi-dev liblzma-dev python-openssl git
- run:
name: Install from requirements.txt
command: pip install --user --exists-action w -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .circleci/python-versions.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.16 3.4.9 3.5.6 3.6.6
2.7.16 3.5.7 3.6.9
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ addopts=--tb=short
[tox]
envlist =
py27-lint,
{py27,py34,py35}-django18-drf{31,32,33,34},
{py27,py34,py35}-django111-drf{34,35,36,37},
{py27,py35}-django18-drf{31,32,33,34},
{py27,py35}-django111-drf{34,35,36,37},
{py35}-django{20,21}-drf{37,38,39},
{py36}-django{20,21}-drf{38,39},

Expand Down

0 comments on commit df01d6a

Please sign in to comment.