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

Commit

Permalink
Merge pull request #26 from matslindh/build-on-both-27-and-35
Browse files Browse the repository at this point in the history
Update .travis.yml to build on both 2.7 and 3.5
  • Loading branch information
matslindh authored Dec 19, 2016
2 parents 8eb2b62 + 581f0b1 commit 612fa98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: python
python:
- "2.7"
- "3.5"
before_install:
- python "$TRAVIS_BUILD_DIR/setup.py" install
Expand Down

0 comments on commit 612fa98

Please sign in to comment.