Skip to content

Commit

Permalink
chore(circleci): Remove unnecessary commands from Circle CI config.
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Oct 23, 2018
1 parent af4dce8 commit c466ad4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
- run: *install_poetry
- run: *update_path
- run: TOXENV=py35-aiohttp30,py35-aiohttp31,py35-aiohttp32,py35-aiohttp33,py35-aiohttp34 make test
- run: mkdir -p test-results/nosetests
- run: "[ -r nosetests.xml ] && mv nosetests.xml test-results/nosetests/results.xml || :"
- store_test_results:
path: test-results
test36:
Expand All @@ -34,8 +32,6 @@ jobs:
- run: *install_poetry
- run: *update_path
- run: TOXENV=py36-aiohttp30,py36-aiohttp31,py36-aiohttp32,py36-aiohttp33,py36-aiohttp34 make test
- run: mkdir -p test-results/nosetests
- run: "[ -r nosetests.xml ] && mv nosetests.xml test-results/nosetests/results.xml || :"
- store_test_results:
path: test-results
test37:
Expand All @@ -45,8 +41,6 @@ jobs:
- run: *install_poetry
- run: *update_path
- run: TOXENV=py37-aiohttp30,py37-aiohttp31,py37-aiohttp32,py37-aiohttp33,py37-aiohttp34 make test
- run: mkdir -p test-results/nosetests
- run: "[ -r nosetests.xml ] && mv nosetests.xml test-results/nosetests/results.xml || :"
- store_test_results:
path: test-results
- run: make coveralls
Expand Down

0 comments on commit c466ad4

Please sign in to comment.