Skip to content

Commit

Permalink
Configure for running on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw authored and lamby committed Sep 27, 2019
1 parent 38d8dda commit e059c20
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 @@
sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install: pip install tox-travis
script: tox

0 comments on commit e059c20

Please sign in to comment.