Skip to content

Commit

Permalink
Add pypy testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBiggerGuy committed May 11, 2018
1 parent af0d007 commit 4650072
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
sudo: false
branches:
only:
- py27
language: python
python:
- "2.7"
- "pypy2.7"
install: pip install tox-travis
script: tox
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27
envlist = py27,pypy
platform = linux2

[testenv]
Expand Down

0 comments on commit 4650072

Please sign in to comment.