Skip to content

Commit 0b007e5

Browse files
committed
Travis: run tests on pypy; install regex for CPython.
1 parent 74008e2 commit 0b007e5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ python:
55
- "3.2"
66
- "3.3"
77
- "3.4"
8+
- "pypy"
89
# command to install dependencies
910
install:
1011
- pip install -r requirements.txt
1112
- python setup.py -q install
13+
- if [[ ! $TRAVIS_PYTHON_VERSION == pypy ]] ; then pip install regex; fi
1214
# command to run tests
13-
script: nosetests
15+
script: nosetests

0 commit comments

Comments
 (0)