Skip to content

Commit

Permalink
Add TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
hackedhead committed Sep 27, 2017
1 parent 0d7c498 commit b29c334
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
- "3.6-dev" # 3.6 development branch
- "3.7-dev" # 3.7 development branch
- "nightly"

install:
- pip install -r requirements.txt

script:
- pytest

0 comments on commit b29c334

Please sign in to comment.