Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Module name is not top level folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Mar 28, 2017
1 parent fe4e2c6 commit 22adf17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
# The following versions are the 'default' for tests, unless
# overridden underneath. They are defined here in order to save having
# to repeat them for all configurations.
- MODULENAME='packagename'
- FOLDERNAME='packagename'
- PYTHON_VERSION=3.6
- CONDA_DEPENDENCIES='cython astropy sphinx'
- PIP_DEPENDENCIES='cookiecutter gitpython'
Expand All @@ -24,7 +24,7 @@ env:
matrix:
- EXTRA_CONTEXT=''
- EXTRA_CONTEXT='include_example_cython_code=y'
- EXTRA_CONTEXT="package_name=AstropyProject" MODULENAME='astropyproject'
- EXTRA_CONTEXT="package_name=AstropyProject" FOLDERNAME='AstropyProject'
- EXTRA_CONTEXT='_parent_project=sunpy'

install:
Expand Down

0 comments on commit 22adf17

Please sign in to comment.