Merge branch 'redis_fail_tests' into add_circleci_config

This commit is contained in:
2016-01-08 09:00:28 +05:30
10 changed files with 109 additions and 101 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
machine:
python:
version: 2.7.10
version: 3.5.0
dependencies:
pre:
- sudo apt-get update
# - sudo apt-get update
- sudo apt-get install redis-server
override:
- pip install --upgrade setuptools