Skip to content

Commit

Permalink
fix ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wjo1212 committed Nov 22, 2017
1 parent 2fa2ad4 commit a806ef8
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
Expand Up @@ -14,5 +14,5 @@ install:
- pip install .

script:
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then python tests/test_ci.py tests/cmd_list_py2.txt; fi
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then python tests/test_ci.py tests/cmd_list_py3.txt; fi
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then python tests/test_cli.py tests/cmd_list_py2.txt; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then python tests/test_cli.py tests/cmd_list_py3.txt; fi

0 comments on commit a806ef8

Please sign in to comment.