Skip to content

Commit

Permalink
Update to use non-legacy Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
James McKinney committed Jan 23, 2016
1 parent 4f0bb6f commit bdeb1de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
sudo: false
language: python
cache: pip
python:
- "2.7"
- "pypy"
Expand All @@ -12,6 +14,7 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then pip install -r requirements-py3.txt; fi
- if [[ $TRAVIS_PYTHON_VERSION == "3.5" ]]; then pip install -r requirements-py3.txt; fi
- pip install coveralls
script: nosetests --with-coverage --cover-package=csvkit
script:
- nosetests --with-coverage --cover-package=csvkit
after_success:
coveralls

0 comments on commit bdeb1de

Please sign in to comment.