Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from portante/travis-ci
Browse files Browse the repository at this point in the history
Initial support for Travis CI
  • Loading branch information
portante committed Aug 18, 2015
2 parents 1930326 + 373d22e commit 2dc9ed2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: python
python:
- "2.6"
- "2.7"
- "pypy"
- "3.2"
- "3.3"
- "3.4"
- "pypy3"
# command to install dependencies
install:
- pip install .
# command to run tests
script: ./unittests

0 comments on commit 2dc9ed2

Please sign in to comment.