Browse Source

Remove python3.4 travis fixups (it's preinstalled now)

Ionel Cristian Mărieș 11 years ago
parent
commit
a3360b5bf0
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