Skip to content

Commit

Permalink
travis ci changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gargsanchit31 committed Nov 20, 2019
1 parent 0ee95a0 commit b5bd5e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: python
python:
- "2.7"
- "3.5"
install:
- pip install -U pip wheel setuptools
- pip install coveralls --quiet
- pip install cython --quiet
- pip install -r requirements.txt --extra-index-url $PYPI_HOST --quiet
- pip3 install -U pip wheel setuptools
- pip3 install coveralls --quiet
- pip3 install cython --quiet
- pip3 install -r requirements.txt --extra-index-url $PYPI_HOST_WITH_CRED --quiet

script: coverage run --source=. -m unittest discover -v

Expand Down

0 comments on commit b5bd5e2

Please sign in to comment.