Skip to content

Commit

Permalink
Only test Lua in 2.7 and 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
beamerblvd committed Nov 1, 2017
1 parent 7b87fed commit 58528ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ python:
- '3.4'
- pypy
- pypy3
install: pip install .[lua]
install:
- pip install .
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]] || [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then pip install .[lua]; fi
script: python setup.py nosetests
deploy:
provider: pypi
Expand Down

0 comments on commit 58528ea

Please sign in to comment.