Skip to content

Commit

Permalink
Group pypy in Travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyespo committed Apr 13, 2016
1 parent 855986e commit e1d63b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,10 +3,10 @@ language: python
python:
- "2.6"
- "2.7"
- "pypy"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
install:
- "pip install -e .[tests]"
Expand Down

0 comments on commit e1d63b9

Please sign in to comment.