소스 검색

Added PyPy 3 to the build matrix.

Also, I removed the custom PPA since they are available by default.
Omer Katz 11 년 전
부모
커밋
913640da86
1개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 7
      .travis.yml

+ 1 - 7
.travis.yml

@@ -8,15 +8,9 @@ env:
     - TOXENV=3.3
     - TOXENV=3.4
     - TOXENV=pypy
+    - TOXENV=pypy3
 before_install:
   - |
-    if [[ $TOXENV = pypy ]]; then
-      deactivate
-      sudo apt-add-repository --yes ppa:pypy/ppa
-      sudo apt-get update
-      sudo apt-get install pypy
-      source ~/virtualenv/pypy/bin/activate
-    fi
     python --version
     uname -a
     lsb_release -a