Browse Source

Fix pypy3 definition in travis.

Jelmer Vernooij 4 years ago
parent
commit
c8078b2bbd
1 changed files with 1 additions and 3 deletions
  1. 1 3
      .travis.yml

+ 1 - 3
.travis.yml

@@ -8,7 +8,7 @@ python:
   - 3.6
   - 3.7
   - 3.8
-  - pypy3.6
+  - pypy3
 
 env:
   - PYTHONHASHSEED=random
@@ -17,8 +17,6 @@ env:
 
 matrix:
   include:
-    - python: pypy
-      env: TEST_REQUIRE=fastimport
     - python: 3.7
       env: TEST_REQUIRE=fastimport
       dist: xenial