Skip to content

Commit

Permalink
tweak to Travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBarker-NOAA committed Aug 2, 2016
1 parent 5e87653 commit 943f9b2
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 @@ -2,6 +2,7 @@ language: python

env:
- CONDA="python=2.7"
- CONDA="python=3.4"
- CONDA="python=3.5"

before_install:
Expand All @@ -13,5 +14,4 @@ before_install:
- source activate TEST

script:
- python setup.py install
- python setup.py test

0 comments on commit 943f9b2

Please sign in to comment.