Browse Source

Merge branch 'master' of github.com:celery/celery

Ask Solem 11 years ago
parent
commit
6c86dc1f21
1 changed files with 0 additions and 7 deletions
  1. 0 7
      .travis.yml

+ 0 - 7
.travis.yml

@@ -17,13 +17,6 @@ before_install:
       sudo apt-get install pypy
       source ~/virtualenv/pypy/bin/activate
     fi
-    if [[ $TOXENV = 3.4 ]]; then
-      sudo apt-get update
-      sudo apt-get install python3.4-dev
-      source ~/virtualenv/python3.4
-      virtualenv ~/virtualenv/python3.4 --python=$(which python3.4)
-      source ~/virtualenv/python3.4/bin/activate
-    fi
     python --version
     uname -a
     lsb_release -a