Skip to content

Commit

Permalink
new pypy support
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 16, 2017
1 parent 272f3f0 commit 44f3ac4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
@@ -1,4 +1,5 @@
sudo: false
dist: trusty
language: python
python:
- "2.6"
Expand All @@ -9,8 +10,13 @@ python:
- "3.5"
- "3.6"
- "nightly"
- "pypy"
- "pypy3"
- "pypy-5.3.1"
- "pypy-5.4.1"
- "pypy-5.6.0"
- "pypy-5.7.1"
- "pypy3-2.4.0"
- "pypy2.7-5.8.0"
- "pypy3.5-5.8.0"
install:
- pip install "pkginfo<1.3"
- pip install -r requirements.txt
Expand Down

0 comments on commit 44f3ac4

Please sign in to comment.