Skip to content

Commit

Permalink
Added pypy3 to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ekampf committed Aug 11, 2015
1 parent f976ee6 commit 5170c58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ python:
- "2.7"
- "2.6"
- "pypy"

- "pypy3"

cache:
pip: true

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
install:
- pip install -U pip
- pip install coveralls
- pip install -r requirements.txt
Expand All @@ -22,4 +23,3 @@ install:
script: coverage run --source pymaybe setup.py test

after_success: coveralls

0 comments on commit 5170c58

Please sign in to comment.