Skip to content

Commit

Permalink
Create travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobehling authored Jan 7, 2017
1 parent 1453c0b commit 8d18abd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: python
python:
- "2.7"
- "3.5"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: pytest

0 comments on commit 8d18abd

Please sign in to comment.