Skip to content

Commit

Permalink
Merge pull request #2 from mikemill/travis
Browse files Browse the repository at this point in the history
Test using Travis CI
  • Loading branch information
mikemill committed Oct 2, 2017
2 parents 67650e2 + 911ca50 commit e89bf5c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: python

python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"

install:
- pip install -U pytest>=2.8 flake8>=3.0
- python setup.py install

script:
- py.test --flake8

0 comments on commit e89bf5c

Please sign in to comment.