Skip to content

Commit

Permalink
python: 2.7.8 dist: precise
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Sep 22, 2019
1 parent 46f0526 commit c827056
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ language: python
matrix:
include:
- python: 2.7.8
dist: trusty
dist: precise
- python: 2.7
install:
- travis_retry pip install coveralls -r requirements.txt
script:
- flake8 .
- python setup.py test
- coverage run --source=src setup.py test
after_success: coveralls
Expand Down

0 comments on commit c827056

Please sign in to comment.