Skip to content

Commit

Permalink
Add Travis .yml file (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekbekoe authored Oct 11, 2017
1 parent 67d4f80 commit a18fa7a
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 @@
dist: trusty
sudo: off
language: python
python:
- "2.7"
- "3.5"
- "3.6"
install: true
script:
- ls

0 comments on commit a18fa7a

Please sign in to comment.