Skip to content

Commit

Permalink
add enum34 dependency to build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manna committed Jun 20, 2016
1 parent 8bd9a59 commit db3fe65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ install:
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION nose numpy scipy matplotlib
- source activate test-environment
- pip install coveralls
- pip install enum34

# Run test
script:
Expand Down

0 comments on commit db3fe65

Please sign in to comment.