Skip to content

Commit

Permalink
add .travis.yml for Travis CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fauskanger committed Dec 10, 2017
1 parent b459e0e commit 035903b
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.3
- 3.4
- 3.5
- 3.6
- 3.7
script:
- pytest

0 comments on commit 035903b

Please sign in to comment.