Skip to content

Commit

Permalink
Run travis for py 3.4,3.5,3.6,3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xsleonard committed Aug 22, 2018
1 parent 9f8520d commit ace1995
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,7 +1,10 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"
install:
- "pip install -r tests/requirements.txt"
Expand Down

0 comments on commit ace1995

Please sign in to comment.