Skip to content

Commit

Permalink
Specifying Travis environment more explicitly (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Dec 29, 2017
1 parent 16e793a commit ceafecb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
sudo: false
dist: trusty
language: python
python:
- "2.7"
notifications:
email: false
install:
# Requirements needed for Travis CI
- pip install coveralls
Expand Down

0 comments on commit ceafecb

Please sign in to comment.