Skip to content

Commit 58528ea

Browse files
committed
Only test Lua in 2.7 and 3.5
1 parent 7b87fed commit 58528ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ python:
1111
- '3.4'
1212
- pypy
1313
- pypy3
14-
install: pip install .[lua]
14+
install:
15+
- pip install .
16+
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]] || [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then pip install .[lua]; fi
1517
script: python setup.py nosetests
1618
deploy:
1719
provider: pypi

0 commit comments

Comments
 (0)