We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de464a commit e8dd87dCopy full SHA for e8dd87d
Makefile
@@ -9,7 +9,7 @@ help:
9
@echo " coverage run tests with code coverage"
10
11
tox:
12
- 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
13
14
env:
15
pip install -r requirements.txt
circle.yml
@@ -1,6 +1,6 @@
1
machine:
2
python:
3
- version: 2.7.10
+ version: 2.7.11, 3.5.1
4
5
dependencies:
6
override:
0 commit comments