summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2017-05-27 21:03:23 -0400
committerKenneth Reitz <me@kennethreitz.org>2017-05-27 21:03:23 -0400
commit5c8947f6e02ef66819def64b81c47e4e13c61ccd (patch)
tree1764ed0cb768dbf0aca90dcb302bad3f0d986af2
parentce59506060b9e7bfde959b65b023b379dc1d87e0 (diff)
downloadpython-requests-circle-ci.tar.gz
-rw-r--r--circle.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 25a96f32..58846f79 100644
--- a/circle.yml
+++ b/circle.yml
@@ -2,6 +2,7 @@ machine:
post:
- pyenv install 2.7.13
- pyenv global 2.7.13 3.6.1
+ - pip install tox
test:
override:
- tox \ No newline at end of file