Skip to content
This repository has been archived by the owner on May 26, 2019. It is now read-only.

Commit

Permalink
made changes to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibhas committed Oct 13, 2017
1 parent 02f0fe8 commit e695005
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
sudo: false
language: python
cache: pip
python:
- "2.7"
- "pypy"
install:
- pip install -r requirements.txt --use-mirrors
- pip install -r test_requirements.txt --use-mirrors
- pip install -r requirements.txt
- pip install -r test_requirements.txt
script:
- coverage run `which nosetests` listman tests
- ./runtests.sh listman tests
after_success:
- coveralls
notifications:
Expand Down

0 comments on commit e695005

Please sign in to comment.