Skip to content

Commit

Permalink
tweak Makefile and circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bear committed May 26, 2016
1 parent 3de464a commit e8dd87d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ help:
@echo " coverage run tests with code coverage"

tox:
export PYENV_VERSION="2.7:3.5.1:pypy-5.0.0" && tox
export PYENV_VERSION="2.7.11:3.5.1:pypy-5.0.0" && tox

env:
pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
machine:
python:
version: 2.7.10
version: 2.7.11, 3.5.1

dependencies:
override:
Expand Down

0 comments on commit e8dd87d

Please sign in to comment.