Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Fix python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
puhitaku committed Jan 13, 2016
1 parent 4c298e6 commit 034f718
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
language: python

python:
- "3.3"
- "3.4"
- "3.5"

env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35

install:
- pip install tox
Expand Down

0 comments on commit 034f718

Please # to comment.