فهرست منبع

Force httpretty version to 0.8.6 to workaround py34 bug. Restore py34
build.

nuwan_ag 10 سال پیش
والد
کامیت
b3197f1c87
3فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 2 2
      .travis.yml
  2. 1 0
      requirements.txt
  3. 1 1
      tox.ini

+ 2 - 2
.travis.yml

@@ -1,11 +1,11 @@
 language: python
 language: python
-python: 3.5
+python: 3.4
 os:
 os:
   - linux
   - linux
 #  - osx
 #  - osx
 env:
 env:
   - TOX_ENV=py27
   - TOX_ENV=py27
-  - TOX_ENV=py35
+  - TOX_ENV=py34
   - TOX_ENV=pypy
   - TOX_ENV=pypy
 matrix:
 matrix:
   fast_finish: true
   fast_finish: true

+ 1 - 0
requirements.txt

@@ -1,2 +1,3 @@
 -e ".[full]"
 -e ".[full]"
+httpretty==0.8.6
 git+git://github.com/spulec/moto.git@1d58aae42a7ea10d1617428970f6f5d55a76fc80
 git+git://github.com/spulec/moto.git@1d58aae42a7ea10d1617428970f6f5d55a76fc80

+ 1 - 1
tox.ini

@@ -4,7 +4,7 @@
 # and then run "tox" from this directory.
 # and then run "tox" from this directory.
 
 
 [tox]
 [tox]
-envlist = py27, py35, pypy
+envlist = py27, py34, pypy
 
 
 [testenv]
 [testenv]
 commands = {envpython} -m coverage run --branch --source=cloudbridge --omit=cloudbridge/cloud/interfaces/* setup.py test
 commands = {envpython} -m coverage run --branch --source=cloudbridge --omit=cloudbridge/cloud/interfaces/* setup.py test