Skip to content

Commit

Permalink
Merge pull request #21 from uw-it-aca/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ezturner committed May 21, 2018
2 parents 64ce54d + 152f3dc commit 8390479
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@ sudo: false
language: python
python:
- '2.7'
- '3.4'
- '3.5'
- '3.6'
before_script:
- pip install -e .
- pip install pep8
- pip install pycodestyle
- pip install nose2
- pip install coverage
- pip install commonconf
- pip install python-coveralls
script:
- pep8 uw_iasystem/ --exclude=uw_iasystem/tests
- pycodestyle uw_iasystem/ --exclude=uw_iasystem/tests
- coverage run --source=uw_iasystem uw_iasystem/test.py -v
after_script:
- coveralls
Expand Down

0 comments on commit 8390479

Please sign in to comment.