Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tinix84 committed Oct 13, 2020
1 parent 8cfdda8 commit 12d2b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
- conda info -a

# Replace dep1 dep2 ... with your dependencies
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pymoo bokeh numpy matplotlib
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION bokeh numpy matplotlib pytest pip
- conda activate test-environment
- python setup.py install

Expand Down

0 comments on commit 12d2b2f

Please sign in to comment.