Skip to content

Commit

Permalink
Added initial configuration file for Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed Jun 9, 2016
1 parent 2fe08fd commit 25a3a2c
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.7"
- "3.4"
- "3.5"
install:
- "pip install pytest"
script:
- "py.test tests"
sudo: false
notifications:
email: false

0 comments on commit 25a3a2c

Please sign in to comment.