Skip to content

Commit

Permalink
Specifying Travis environment more explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Dec 29, 2017
1 parent a118f11 commit 28025d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
@@ -1,6 +1,10 @@
sudo: false
dist: trusty
language: python
python:
- "2.7"
notifications:
email: false
install:
- pip install -r dev_requirements.txt
- pip install coveralls
Expand Down

0 comments on commit 28025d6

Please sign in to comment.