Skip to content

Commit

Permalink
workaround for py37 & travis
Browse files Browse the repository at this point in the history
  • Loading branch information
menshikh-iv committed Oct 4, 2018
1 parent 318d2c8 commit f9e8887
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ matrix:
env: TOXENV="py36-linux"

- python: '3.7'
env: TOXENV="py37-linux"
env:
- TOXENV="py37-linux"
- BOTO_CONFIG="/dev/null"
dist: xenial
sudo: true

Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ setenv =
DTM_PATH={env:DTM_PATH:}
MALLET_HOME={env:MALLET_HOME:}
SKIP_NETWORK_TESTS={env:SKIP_NETWORK_TESTS:}
BOTO_CONFIG={env:BOTO_CONFIG:}
PYTHONHASHSEED=1

commands =
Expand Down

0 comments on commit f9e8887

Please sign in to comment.