Skip to content

Commit

Permalink
Merge pull request #277 from ldx/vilmos-travis-python-versions
Browse files Browse the repository at this point in the history
Update list of Python test envs on Travis
  • Loading branch information
ldx committed May 27, 2019
2 parents f8a6641 + 9f348f0 commit 5339990
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
dist: xenial
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install:
- python setup.py build
- python setup.py install
Expand Down

0 comments on commit 5339990

Please sign in to comment.