Skip to content
Merged

Sync #43

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
travis: don't need to cd to tests dir again
  • Loading branch information
zhangchunlin committed Oct 23, 2019
commit 678aa2e73c7f98cc2a84aad566b3e394a073f91a
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ python:
- "3.6"
- "3.7"
before_install: cd tests;pip install -r requirements.txt
script: cd tests;nosetests --with-doctest
script: nosetests --with-doctest