Skip to content

Commit

Permalink
add python 3.7 builds, remove 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed May 25, 2019
1 parent 250a311 commit 1af28ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
dist: xenial
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- pypy
- pypy3
install: python setup.py install
Expand Down

0 comments on commit 1af28ba

Please sign in to comment.