Skip to content

Commit

Permalink
reverted to setup intead of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Wallace, Ann authored and Wallace, Ann committed Mar 30, 2017
1 parent eec66d4 commit 8361d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: python
python:
- "3.6"
cache: pip
# command to install dependencies
install:
- pip3 install -r requirements.txt
- python3 setup.py install
# - pip3 install -r requirements.txt
#run tests
script:
- nosetests --verbosity=2 tests/

0 comments on commit 8361d75

Please sign in to comment.