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

Commit

Permalink
Test TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lou Ferrand committed Mar 27, 2017
1 parent d39af4c commit b07901d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"

# command to install dependencies
install:
- "python setup.py develop"

0 comments on commit b07901d

Please sign in to comment.