Skip to content

Commit

Permalink
Merge pull request #18 from xsleonard/xsleonard-patch-1
Browse files Browse the repository at this point in the history
Run travis for py 3.4,3.5,3.6
  • Loading branch information
xsleonard committed Aug 22, 2018
2 parents 9f8520d + 47d9bfa commit 329ccae
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
@@ -1,7 +1,9 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
install:
- "pip install -r tests/requirements.txt"
Expand Down

0 comments on commit 329ccae

Please sign in to comment.