Skip to content

Commit

Permalink
Removed testing multiple numpy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmorton committed Aug 29, 2018
1 parent a9ddcac commit 3255d9f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@ python:
- "3.6"
- "3.7"

env:
- NUMPY=1.14
- NUMPY=1.13

install:
- pip install -q numpy==$NUMPY
- pip install pandas pytest pytz
- pip install numpy pandas pytest pytz

script:
- python -m pytest

0 comments on commit 3255d9f

Please sign in to comment.