Skip to content

Commit

Permalink
Revert travis changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Apr 28, 2016
1 parent 54554af commit c5ffbfb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ python:
- "3.5"
- "3.5-dev" # 3.5 development branch
- "nightly" # currently points to 3.6-dev
install:
- pip install -r requirements.txt
- pip install nose coverage codecov
# command to run tests
script:
- python setup.py nosetests --with-coverage
after-success: codecov

0 comments on commit c5ffbfb

Please sign in to comment.