Skip to content

Commit

Permalink
Fixed typo in selected tox environment. Removed environment exports s…
Browse files Browse the repository at this point in the history
…ince these are handled by tox.
  • Loading branch information
joshrsmith committed Nov 12, 2016
1 parent bc5f957 commit 277341c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ matrix:
- make install
- cd ../../
- export PATH=$PATH:install-ghdl-mcode/bin/
- export VUNIT_SIMULATOR=ghdl

# Python 3.5 with ghdl llvm
- env: BUILD_NAME=py33-acceptance-ghdl
- env: BUILD_NAME=py35-acceptance-ghdl
python: '3.5'
os: linux
sudo: required
Expand All @@ -61,7 +60,6 @@ matrix:
- make install
- cd ../../
- export PATH=$PATH:install-ghdl-llvm/bin/
- export VUNIT_SIMULATOR=ghdl

install:
- pip install tox
Expand Down

0 comments on commit 277341c

Please sign in to comment.