Skip to content

Commit

Permalink
A removes separate testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jtemporal committed Aug 21, 2017
1 parent 30af4c0 commit 0f858fc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ language: python
cache:
directories:
- $HOME/virtualenv/python3.5.3/
env:
- TEST_SUITE=unit
- TEST_SUITE=journey
python: 3.5
install:
- python setup.py develop
- pip install coveralls
script: coverage run -m unittest discover tests/$TEST_SUITE
script: coverage run -m unittest discover tests
after_success: coveralls

before_deploy: "echo 'Starting deploy to PyPI...'"
Expand All @@ -20,5 +17,4 @@ deploy:
distributions: "sdist bdist_wheel"
on:
branch: master
condition: "$TEST_SUITE = journey"
after_deploy: "echo 'Deployment finished!'"

0 comments on commit 0f858fc

Please sign in to comment.