Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit e8dd87d

Browse files
committed
tweak Makefile and circle.yml
1 parent 3de464a commit e8dd87d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ help:
99
@echo " coverage run tests with code coverage"
1010

1111
tox:
12-
export PYENV_VERSION="2.7:3.5.1:pypy-5.0.0" && tox
12+
export PYENV_VERSION="2.7.11:3.5.1:pypy-5.0.0" && tox
1313

1414
env:
1515
pip install -r requirements.txt

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
machine:
22
python:
3-
version: 2.7.10
3+
version: 2.7.11, 3.5.1
44

55
dependencies:
66
override:

0 commit comments

Comments
 (0)