Skip to content

Commit

Permalink
Merge pull request #6 from sambacha/sambacha-patch-3
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
sam bacha authored May 30, 2020
2 parents a9efa2f + 94743c1 commit e3f1520
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
dist: xenial
language: python
sudo: false
python: 3.3
install: script/bootstrap
script: script/test
python:
- "3.5"
install:
- script/bootstrap
# command to run tests
script:
- script/test

0 comments on commit e3f1520

Please sign in to comment.