Explorar o código

Enable pypy on travis.

Jelmer Vernooij %!s(int64=10) %!d(string=hai) anos
pai
achega
29462dec08
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -6,6 +6,7 @@ python:
 - "2.6"
 - "2.7_with_system_site_packages"
 - "3.4"
+- "pypy"
 script: PYTHONHASHSEED=random python setup.py test
 install:
   - sudo apt-get update