Skip to content

Commit

Permalink
TST fix Travis build for Python 3.5
Browse files Browse the repository at this point in the history
By default there is no Python 3.5 installed on Travis,
but Travis installs it if we ask it to run tox using Python 3.5
  • Loading branch information
kmike committed Oct 27, 2015
1 parent c08bf6e commit a9a89c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
language: python
python: 2.7
python: 3.5

env:
- TOXENV=py26 LUA=libluajit-5.1-dev
Expand Down

0 comments on commit a9a89c1

Please sign in to comment.