Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahhhhmed committed Mar 2, 2018
1 parent 092860f commit 0d85fc6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "3.6"
# PyPy versions
- "pypy2.7"
- "pypy3.5"
# command to install dependencies
install:
- pip install .
# command to run tests
script: pytest

0 comments on commit 0d85fc6

Please sign in to comment.