Skip to content

Commit

Permalink
Added Travis CI configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelandr committed Aug 3, 2017
1 parent cdc9886 commit 09ff569
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: pytest

0 comments on commit 09ff569

Please sign in to comment.